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]>

Reply via email to