How are you reading the data in the servlet?



                                                                                       
                   
                    # Lalit Nagpal                                                     
                   
                    #                     To:     Tomcat Users List 
<[EMAIL PROTECTED]>      
                    <lalit_tomcat@        cc:                                          
                   
                    yahoo.com>            Subject:     Re: help plz urgent             
                   
                                                                                       
                   
                    06-05-02 08:38                                                     
                   
                    AM                                                                 
                   
                    Please respond                                                     
                   
                    to "Tomcat                                                         
                   
                    Users List"                                                        
                   
                                                                                       
                   
                                                                                       
                   





so sorry ... so sorry for capitalising ... i know u
were trying to help ... just that things r urgent ...
so sorry anyway

html code a bit, form, type=text and type=file tags

<body>

<form name="commonform" action="/servlet/TotalUpload"
ENCTYPE="multipart/form-data">

<input type="text" size="10" name="acadyear"
maxlength="9"></input>

<input type="file" size="18" name="attach1"></input>

using oreilly ... one of the most recent versions ...
sorry cant say version date.

using MultipartRequest.getParameter("...") function to
extract text data. and upload as usual.

error is "content type is not multipart/form-data"

plz help man



--- David Rault <[EMAIL PROTECTED]> wrote:
> well, first of all, YOU DON'T HAVE TO CAPITALIZE
> YOUR TEXT
> IT'S ANNOYING TO READ
> i'm trying to _help_ here
>
> try to send some of your html code (the multi part
> form)
> and the code of the server component in which you
> initialize the
> wrapper/read the parameters
> by the way, some extra info might help :
>     what multipart library are you using (o'reilly ?
> version ?)
>     same question about tomcat and web connector
> since you didn't send any code, i assumed it might
> be an obvious problem...
>
> David
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>


=====
# Lalit Nagpal #

__________________________________________________
Do You Yahoo!?
Yahoo! Health - your guide to health and wellness
http://health.yahoo.com

--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>




--

NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to