tors / jquery-fileupload-rails

jQuery File Upload integrated for Rails
669 stars 254 forks source link

Not working with latest Chrome? #17

Closed kevzettler closed 12 years ago

kevzettler commented 12 years ago

Hi i'm using Chrome Version 22.0.1229.79

My implementation of the fileupload was previously working.

It is still working in Safari and Firefox for me.

When testing in Chrome. When I click the Add Photos button I get the system dialog to select a file. I select a known working image file that works in Safari and Firefox. When I click Open on the file dialouge. Nothing else happens. I don't get an entry row for the file and I don't get an entry row with an error. I also don't get any browser console output.

mischa78 commented 12 years ago

I had the same problem with 0.3.3, but upgrading to 0.3.4 fixed it for me.

kevzettler commented 12 years ago

upgrading fixed it thanks @mischa78