Closed stejokiting closed 12 years ago
This line tells the browser that the response should not be downloaded, and gives it a fixed resource name. I've not noticed any problems with Chrome before (it's my primary browser); I will have a look to see if the header can be removed without breaking other browsers.
First off, good job porting this project, very helpful.
One minor issue I've found - when the page first loads in google chrome, the call to ListCurrentFiles() in the ashx is failing. I commented out the below line which seems to fix it. Not sure why its there in the first place.
context.Response.AddHeader("Content-Disposition", "inline, filename=\"files.json\"");