Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

HTTP ERROR 301
  • 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.