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 Everyone

    I want my users to upload only files with .zip ext.
    Though I had implemented server side check, I have problem with uploadify.
    I am using this code
    $(function() {
    $('#file_upload').uploadify({
    'swf' : 'uploadify.swf',
    'uploader' : 'uploadify.php',
    'fileTypeExts' : '*.zip; *.gif; *.jpg; *.png'

    // Your options here
    });
    });

    My problem is Image files get uploaded but compressed files is not getting uploaded.
    Plz. suggest me where i am making mistake.

    Thanks
  • Thanks God
    I got the answer myself, It was very easy,
    Thanks for the great script.
  • What was the answer?