fine uploader - Displaying UI message before upload on iOS -


my fine uploader instance working fine. great product , thank you!! i'm using jquery method of implementation.

the issue i'm running in on ios6 (ipad.)

when select many files (say 6 or more) there long pause nothing happens before auto upload triggers.

what i'm trying display dialog user during awkward pause "hold on we're processing files" or something.

i've tried throw dialog in onsubmit, onsubmitted it's late. pause happens, dialog appears. want user not left hanging during awkward pause, i'm dealing non-savvy users.

i tried throw on validatebatch i'm doing wrong.

so question this: how/where (which callback or event) go throwing message users after have selected files?

you describing specific bug in ios6. created bug report in fine uploader project covers this. opened bug report apple.

the issue safari on ios (possibly chrome too, though have not verified) takes noticeable amount of time trigger "onchange" event (which fine uploader depends on internally) after user has selected files. amount of time takes ios6 trigger event seems proportional number of files selected @ once. issue in particular not related fine uploader can reproduced simple file input element on empty page (as indicated in bug report linked to).

i'm afraid there no workaround this, far know. when user selects file or files via file input element, fine uploader has no way of knowing until browser triggers "onchange" event on file input.

note: bug report linked may not load @ writing of answer github down (and has been while now).


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -