Re: Just another question on File Upload in Struts 2 ...

2007-10-17 Thread Giovanni Azua
hi, Already managed to resolve this issue. Using the default struts.multipart.parser=jakarta had to download the following two jars: - apache commons io 1.3.2 - apache commons fileupload 1.2 then it works fine. Seems there are different ways depending on the Struts release ... not good.

Just another question on File Upload in Struts 2 ...

2007-10-16 Thread Giovanni Azua
hi all, Unlike the other post I am using Struts 2.0.9 that seems to have a slightly different setup for File Upload. My struts.properties contains the relevant default settings: ### Parser to handle HTTP POST requests, encoded using the MIME-type multipart/form-data