s3upload-coffee-javascript
s3upload-coffee-javascript copied to clipboard
Client Side S3 CORS Upload for Amazon S3 - CoffeeScript and JavaScript Class
this line - https://github.com/tadruj/s3upload-coffee-javascript/blob/master/s3upload.coffee#L61 seems like it has an unnecessary decodeURIComponent obviously i can make it work by making my server urlencode the value before json encoding it... but what's...
I am doing cross browser testing in IE9, getting xhr.overrideMimeType undefined. Also in IE11 file type is getting empty
I get 403 error when I try to upload svg file which have type image/svg+xml , it gave 403 error, so I truncated the type to be only image/svg and...
Right now by default this library is setting x-amz-acl header to public-read, which for private applications doesn't make sense and no way to disable it. Maybe the library can take...
Unfortunately I don't have time to properly submit a pull request (plus I'm not familar with coffeescript just yet), but I'd like to make a quick suggestion. In order for...
... Amazon does not like other chars such as = to be encoded in the signature, so encoding the whole url doesn't work
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...