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 boundary separator in Content-Type
  • There is no boundary set in Content-Type (Content-Type multipart/form-data; charset=UTF-8; boundary=UUID) or boundary separator --

    This will fail with a 500 error in any java servlet environment. java.io.IOException: Separation boundary was not specified

  • If I change the Content-Type on line 405 to application/octet-stream it works.