ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

filedrop and demo not working in iOS8 #26

Closed clevertools closed 9 years ago

clevertools commented 9 years ago

Hi,

I tested the filedrop and the demo http://filedropjs.org/demo/ in iOS7 without problems but after the update to iOS8 nothing happens after selecting a file to upload. The file selection box appears correct.

Note: tested in standard safari browser on iphone 5 and ipad 2 with iOS8.

ProgerXP commented 9 years ago

I don't have an iOS 8 device (still on 7 personally). Is there any chance you can check what's wrong? Can you check the console to see which events get fired?

Please also copy/paste what you see in the Log on the demo page http://filedropjs.org/demo/ (at the bottom of the page) after performing some actions.

clevertools commented 9 years ago

here´s the output in the demo console (jpg)

it ends with an error, no details

fullsizerender

barneycarroll commented 9 years ago

iOS8.2 recently came out with a Safari file upload bug as one of the fixes. Have you tried updating?

On Saturday, 27 September 2014, clevertools notifications@github.com wrote:

here´s the output in the demo console (jpg)

it ends with an error, no details

[image: fullsizerender] https://cloud.githubusercontent.com/assets/8929947/4431475/2bce1c72-4669-11e4-99f7-bb584fc78a4a.jpg

— Reply to this email directly or view it on GitHub https://github.com/ProgerXP/FileDrop/issues/26#issuecomment-57059160.

Regards, Barney Carroll

barney.carroll@gmail.com +44 7429 177278

barneycarroll.com

clevertools commented 9 years ago

you´re right.

The new iOS 8.0.2 update fixed the problem. I´ve tested with the result: iphone with 8.0.2 works well, ipad with 8.0.0 sucks.

Thank you,

ProgerXP commented 9 years ago

Excellent, @barneycarroll, thanks for this detail! This kind of problems is the main reason why I don't update Apple products before they're a few months old lol.