Stefan Evans wrote:Much as you may hate it, my suggestion would be to throw away half of this code, and use a library to parse the response for you.
The commons fileupload component is a commonly used one.
That library enables you to read both the uploaded file and the parameters sent along with it.
Thanks Stefan
I will read about Jakarta FileUpload. Already I had seen it before but I never thinked that I would be diffcult submit values an images at the same time.
I will try these examples:
example1 and
example2
I hate when the examples just show how submit images and not data too!!!
If anyone know other alternative please let me know.
Gracias