JFileUpload w/ SpringMVC

Upload core product.
Post Reply
papageorgio02
Posts: 2
Joined: Thu Oct 16, 2008 6:11 pm

JFileUpload w/ SpringMVC

Post by papageorgio02 »

I am trying to get the applet to post (Send file) to a URL that is mapped in my Web Application. It is returning a 302 Temporarily Moved error when I try to upload. There anyway to make the post follow the redirect??

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

Re: JFileUpload w/ SpringMVC

Post by support »

Do you know why you have a 302 ? Is your web page protected by a login/password ? Do you need to have an HTTP session (based on cookie) before accessing the upload script ?

Post Reply