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.
  • Hi all...I am really new to php and am trying to implement this on my web app. I keep getting an IO Error when I click Upload File...here is my code...I have a simple jsp running locally on Tomcat and am trying to simply upload to a temp fold on my C: drive to see how this works. Any help is very much appreciated...thanks.

    $(document).ready(function() {
    $("#fileInput").uploadify({
    'uploader': 'UI/uploadify/uploadify.swf',
    'script': 'UI/uploadify/uploadify.php',
    'folder': 'C:/temp',
    'cancelImg': 'UI/uploadify/cancel.png',
    'multi' : true,
    'fileDesc': '*.zip',
    'fileExt': '*.zip'
    });

    });
  • Hi Jerry,
    I am trying the same .... I am not succeded at though..:)
    but in the following $(document).ready(function() {
    $("#fileInput").uploadify({
    'uploader': 'UI/uploadify/uploadify.swf',
    'script': 'UI/uploadify/uploadify.php',
    'folder': 'C:/temp',
    'cancelImg': 'UI/uploadify/cancel.png',
    'multi' : true,
    'fileDesc': '*.zip',
    'fileExt': '*.zip'
    });

    });

    I guess you need to mention the jsp file not the php. Correct me if i am wrong.
    please let me know if you get succeded...
  • Check your log files. IO errors are triggered when the uploader script is boned in some way.