waynehoover / s3_direct_upload

Direct Upload to Amazon S3 With CORS
MIT License
652 stars 333 forks source link

Can't upload in ie 9 when fetching using ajax #214

Open eyaleizenberg opened 9 years ago

eyaleizenberg commented 9 years ago

I have 2 cases when I use the s3 direct upload. Scenario #1: I render the form on the server side normally and everything works in all browsers.

Scenarion #2: I load the page and then I request a json of all the attributes I need in order to render the form on the client side. Afterwards I use handlebars to render the form using the json I got from the server. I then inject the htm into the dom.

This works in all browsers except ie 9. I noticed that in ie 9 the 's3_uploads_start' event is triggered but afterwards nothing is happening. I am not seeing any traffic in the network.

Any ideas?

Thanks a lot.