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.
Uploadify Hanging at x% + Return An Error From Upload ASP.NET
  • Hi Im using 2.1.3 and having issues with the progress bar pausing at 48% or some other percentage and not proceeding at all..

    I know it works locally but when deployed it's having issues..

    I was also wondering in asp.net how i'd return an error if the file hadn't uploaded successfully or an exception was thrown ie
    does
    Response.Write("1"); or Response.Write("0") mean successful or not?