You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by br...@homepoint.com on 2000/08/24 17:28:40 UTC

Re: multipart/form-data || uploading files

Check out JSPSmartUpload - http://www.jspsmart.com

- Brent



                                                                                                                                                   
                    Bernardo Buffa                                                                                                                 
                    <kreimer@bbs.frc.u        To:     tomcat-user@jakarta.apache.org                                                               
                    tn.edu.ar>                cc:     (bcc: Brent Johnson/HPC)                                                                     
                    Sent by:                  Subject:     multipart/form-data || uploading files                                                  
                    root@bbs.frc.utn.e                                                                                                             
                    du.ar                                                                                                                          
                                                                                                                                                   
                                                                                                                                                   
                    08/24/00 12:19 PM                                                                                                              
                    Please respond to                                                                                                              
                    tomcat-user                                                                                                                    
                                                                                                                                                   
                                                                                                                                                   



Hi.

Wanna know how can I upload files from the client to a Tomcat web app.
I've doing this, in the past with Locomotive setting the enctype
attribute of the HTML form to "multipart/form-data" with a input with
type "file" and it works fine. Tomcat fails and tells me 500 internal
servlet error.

Mi kit:    Linux RH6.2
                Apache 1.3.12
                Tomcat3.1
                jdk1.3 sun

Thanks.

Bernardo