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.
no success with Uploadify (ASP.NET)
  • Hi!
    I try to use multi file upload, but it's not working for me.
    First, there are no 'Upload files' and 'Clear Queue' links shown.
    Next, when I choose some files in file browser dialog files upload progress bars not appeared, and nothing happens then at all. =(
    Here's my code:
    $j(\"#fileUpload1\").fileUpload ({
    'uploader' : 'js/uploadify/uploader.swf',
    'script' : 'upload.aspx',
    'cancelImg' : 'js/uploadify/cancel.png',
    'auto' : true,
    'multi' : true,
    'folder' : '../uploads'
    });


    Help me please!!! :(
  • fixed =)