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.
change route uploadifive
  • hi, i have changed the route to the uploaderscript, and when the file is sent it says upload complete, but in the folder there isn't a file, and from the documentation page i used this

    'onUploadComplete' : function(file, data) {
    alert(data); // or you can do alert(data);
    //location.reload();
    },


    to see what is responding, so in the example by default return a number "1" but in my version return the html code where i import the scripts and css, all the code,
    well also when i said that change my route this also mean than i copied the content of the files uploadifive.php and check-exist.php to a functions in another file, so i don't know if this is some of the reason, please.