When I complete the form with a text and a pdf the result of the prints are:
contenido:null
titulo:null
titulo:Ejemplo
¿How can be possible?. The parameter recovered with getAttribute works even when the form is multipart and it can't work in that way, and the parser of the commons upload returns everything null when parses the multipart data.
I hope some help, I'm stuck since yesterday :S. Thanks!
Please UseCodeTags when posting code or configuration. Unformatted code and configuration is unnecessarily difficult to read.
You can edit your post by using the button.
Aique Fernandez
Greenhorn
Joined: May 04, 2010
Posts: 3
posted
0
I've solved it!.
The code is ok. The reason of this strange behaviour is the Struts. I have a filter in the web.xml to redirect everything on my web application throught the Struts Dispatcher. Maybe because I'm uploading the file using a servlet instead an Struts action, the file can't be sent properly.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: Apache FileUpload: My form is going crazy!