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.
Firefox does not return data on success
  • Hi,

    I have script which works fine with chrome (did not testet with others).

    onUploadSuccess: function (file, data, response) {

    When I alert data with chrome I get my json format as I expect, but with firefox only blank. It can't return anything.

    How to avoid it..?

    Regards
  • Problem stops for uploadify, and starts for server..

    When I do console.log(data) with server side var_dump($_SESSION) in chrome I get what I expect, and in firefox get empty string.

    Anyone have some clue..