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.
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.