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.
v3 beta: Can't set http_success for SWFUpload
  • There's no option with v3 beta to set the http_success option.

    @@ -61,6 +61,7 @@
    fileTypeDesc : 'All Files (*.*)',
    fileTypeExts : '*.*',
    height : 30,
    + httpSuccess : [200],
    method : 'post',
    multi : false,
    queueID : false,
    @@ -117,6 +119,7 @@
    file_queue_limit : settings.queueSizeLimit,
    file_upload_limit : settings.uploadLimit,
    flash_url : settings.swf,
    + http_success : settings.httpSuccess,
    prevent_swf_caching : settings.preventCaching,
    post_params : settings.postData,
    upload_url : settings.uploader,