----- Original Message ----
> From: Eugene <johnba...@gmail.com>
> To: Tomcat Users List <users@tomcat.apache.org>
> Sent: Tuesday, September 15, 2009 4:16:43 AM
> Subject: Re: Loss of body POST request...
> 
> 
> 
> What has FileUpload, if the request body is lost! 
> I want to know why, in principle it may be lost?
> 
> -- 
> Best Regards, Eugene Batogov
> _______________________________________

>From my readings, I remember that the servlet doesn't handle POST by default.  
>So you have to implement your own.  I've looked into options available and the 
>best I could find, IMHO,  and others have suggested is Commons FileUpload.  It 
>will handle all POST multipart, including the file upload.  Look into the 
>Streams API.

Regards,
Tommy


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to