Hub bug report: this resource download is missing the file extension for some downloaders.

I'm using windows 10. The issue is present when downloading with firefox, but it works just fine in chrome. The same for the other user experiencing the problem.
 
I have this fixed. It was issue with how Content-Disposition was set on these. Apparently Firefox requires quotes "" around filenames that have spaces in them. I fixed it so the attachment system properly puts quotes around all future attachments, and I retroactively fixed all attachments that ended in vac/zip/pdf. I did not fix jpg/png because there are too many to fix and I don't think it is much of an issue. var does not need fix since var files can't have spaces in them.
 
Back
Top Bottom