Page 1 of 1

Server error HTTP/1.1 302 moved temporarily

Posted: Fri Oct 02, 2009 2:19 pm
by meenakshi
Hello,

I am facing a strange error from past few days and I thought to ask the support team.

I am integrating using JBatchUpload and I create a simple upload.jsp file.

When I click "Start Upload" the progress bar shows it is uploading the file and then I get "Server error HTTP/1.1 302 moved temporarily" exception.

Can I get a example of upload.jsp file which I can integrate with JBatchUpload to upload files locally?

Thanks and Regards
Meenakshi

Re: Server error HTTP/1.1 302 moved temporarily

Posted: Sun Oct 04, 2009 1:00 pm
by support
JSP sample is available at:
http://www.jfileupload.com/products/tools/index.html

Try to upload with the simple HTML form in the sJSP sample. If you don't get any 302 then see if your upload page is protected with authentication or if you have to check end-user session.
Usually, you get this error when your applet requires login/password and you didn't pass the session cookie to the applet:
http://www.jfileupload.com/products/jfi ... ation.html