Zip Files are being changed to "Attachment.ashx"
When trying to download a Zip File from the web something is changing the from the Zip file to a generic file called "Attachment.ashx" I can't find any other information regarding this sort of thing.
When trying to download a Zip File from the web something is changing the from the Zip file to a generic file called "Attachment.ashx" I can't find any other information regarding this sort of thing.
Всички отговори (2)
This can be a problem with the HTTP response headers.
You can check this in the Web Console or Network Monitor.
- "3-bar" menu button or Tools -> Web Developer
- https://developer.mozilla.org/en-US/Tools/Web_Console
- https://developer.mozilla.org/en-US/Tools/Network_Monitor
Thank you so much for your response. Is there something there that I can manipulate so I can make the change ?