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.
  • I'm using the method onError to see more information about the HTTP ERROR and the error is 301.

    Does someone have cleared this kind of error?

    Any ideas?

    Thanks.
  • The user and all related content has been deleted.
  • I'm getting the same error. I know a 301 status means moved permanently like when you redirect URLs. I'm using the CodeIgniter framework, which uses segments (SEO friendly URLs) instead of traditional query strings. I've already looked at the other posts in this forum regarding CodeIgniter, but I can't figure out how to get this to work. My upload process file is located at mysite.com/control_panel/upload_process. I put this in the javascript:

    'script': '/control_panel/upload_process'

    Any help would be great.
  • I discovered it was something to do with the whole session authentication thing that others mentioned. This part of my site I require for users to be logged in to be able to upload pictures. So, the 301 error was happening since it was trying to redirect it back to the login page in the background since I learned flash overwrites your current session variables. I ended up just posting the session data to the scriptData part in the javascript.