Hi all,
I've seen there's a general browser issue when we try to set the Content-Disposition header like "inline;filename=file1.doc": the browser shows the file, but when we try to save the file, the filename property isn't honored and the browser uses the page's name as the file's name (instead of file1.doc). Here's another thread discussing this issue:
So my question is: is there really a solution in ASP.NET to make the browsers honor the filename property after sending inline data?
Thanks!