Back to issue list Export

Currently the MIME type of an attachment when downloading it is fixed to be application/octet-stream. This isn't ideal since there are many attachment types which the browser can more intelligently handle. It would be nice if a more accurate MIME type was used when the user is downloading an attachment.

travisb 2013-01-23 06:52:25
hash: b9c770b46b94184770421636c85278cf7442bb86a36e6c1466c5f8c58cdea19c
Date: 2013-01-23 06:52:25
User: travisb

Take the MIME type from the browser when it gives us the file. Also default to using the filename from the browser as well to avoid always having to set the filename. Maintain the ability to rename the filename on upload since that's often a useful feature.


Tracked by Nitpick