s3upload-coffee-javascript
s3upload-coffee-javascript copied to clipboard
overrideMimeType does not work in Internet Explorer
Thank you for the very useful project! It was a big help in getting file uploading working. I did have to edit our local copy of the file, since overrideMimeType does not work in Internet Explorer. Setting the content type when creating the response on the server side has worked well for me, so perhaps you could recommend that and remove the call to overrideMimeType?