I have a problem with attachments' name. When I call the site on google chrome it returns the file with the right name and extension. I tested it with internet explorer and it works fine too. The issue lies with only Firefox. I call the site and it returns the first word on the file title and no extension. For example if I wanted a file called "My report.docx" it turns a file called "My" I googled around and it turns out thats a common issue with people and it because its the only browser that reads the header differently. They said the fix is too quote the file name so for example:
Content-Disposition: attachment; filename=My Report.docx
is now Content-Disposition: attachment; filename="My Report.docx"
That did not work for me. On chrome it returned "My Report.docx" (actually with the quotes). Firefox returned a odd file that had the proper extension and proper name and no quotes yet it could not be executed? I don't understand it was the proper file size, proper extension, and proper name yet it could not be executed? Also it returns a space before and after the file name.
Also while your reading this I hope you have a good day ;)
