Page 1 of 1

Integration with Struts/Spring

Posted: Fri Dec 11, 2009 3:56 pm
by max
Hello.

Does JFileUpload work out-of-the-box in a Struts/Spring environment or are there any particular steps to take?

Are there tutorials or examples of a similar configuration around?

Thanks.

Re: Integration with Struts/Spring

Posted: Fri Dec 11, 2009 6:53 pm
by support
JFileUpload is a client side solution. It sends standard HTTP multipart POST requests. So, there is nothing particular for Struts/Spring integration.