This forum is a community forum meant for users of the plugin to collaborate and help solve issues with implementation, etc. Unfortunately, as the creator of the plugin, I do not have much time to attend to every request here as this is only a side project and I must work a full-time job to provide for my family. This is how I keep the Flash version free and the HTML5 version low cost.
UploadiFive 1.1.1 has been released which includes a small fix for added support on touch devices including iOS 6 devices.
Prevent errors from appearing as an "alert"
  • I've just upgraded from v1 to v3 and have one annoying behaviour that I'm not sure how to get around.

    In earlier versions, if you selected a file that was too big, the queue item would turn red with the error details in it.

    However in v3 you get a JS alert with the details of the error.

    Is there a way to revert back to the v1 behaviour, or alternately override the "alert" dialogs and capture the error before it is alerted? I have tried using "overrideEvents" however still get the alerts.

    Herre is an example of an alert:
    Some files were not added to the queue:
    The file "IMG_0076.jpg" exceeds the size limit (3.5MB).


    When I override an action, I can create my own alert to appear, however the "Some files were not added to the queue" alert still appears afterwards.

    Any ideas?
  • Yah i have this same problem. no idea how to get rid of that alert, really annoying
  • Hey Shadowing, I've actually just re-written the parts of my app that needed it to use jQuery File Upload (http://blueimp.github.com/jQuery-File-Upload/).

    This now removes the requirement for Flash too, and I have found its increased usability as the uploads now work on mobile devices too.