Server error HTTP/1.1 302 moved temporarily

Enhanced frontend add-on to queue files.
Post Reply
meenakshi
Posts: 5
Joined: Tue Sep 15, 2009 1:02 pm

Server error HTTP/1.1 302 moved temporarily

Post 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

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Server error HTTP/1.1 302 moved temporarily

Post 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

Post Reply