Commons Filupload is not a Tomcat component so it can be packaged in
your app to run on any server.
It's easy to use too.
http://jakarta.apache.org/commons/fileupload/



On Mon, 2004-10-18 at 16:12, Daxin Zuo wrote:
> Yes, it is on the server.
> Our application by default is Tomcat. But if the customer insists in
> different application server, we need to support customer's server. So I
> like to ask if the Jakarta Commons Fileupload is a standard component?
> If not, does other application server has similar component? Like database
> connection pool, all application servers have it. So I may be able to wrap
> it.
> 
> Thanks
> 
> -----Original Message-----
> From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
> Sent: Monday, October 18, 2004 12:33 PM
> To: Tomcat Users List
> Subject: RE: IO error: request.getReader(); readLine(); on Netscape
> 
> 
> 
> Hi,
> This code is on the server, I'd image.  My advice: don't re-invent the
> wheel, use Jakarta Commons Fileupload.
> 
> Yoav Shapira http://www.yoavshapira.com
> 
> 
> >-----Original Message-----
> >From: Ben Souther [mailto:[EMAIL PROTECTED]
> >Sent: Monday, October 18, 2004 3:23 PM
> >To: Tomcat Users List
> >Subject: Re: IO error: request.getReader(); readLine(); on Netscape
> >
> >Where is this code? On the client? the server?
> >
> >
> >
> >On Mon, 2004-10-18 at 15:11, Daxin Zuo wrote:
> >> Hi, I have code like:
> >>      BufferedReader breader = request.getReader();
> >>       String rdata = breader.readLine();
> >>       while (rdata != null)
> >>       {      ......      }
> >>
> >> It run's well with IE. On Netscape7.1, I get java.io.IOException
> >> My purpose is to upload a file. Could you please give me instruction?
> >> Thanks.
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> 
> This e-mail, including any attachments, is a confidential business
> communication, and may contain information that is confidential, proprietary
> and/or privileged.  This e-mail is intended only for the individual(s) to
> whom it is addressed, and may not be saved, copied, printed, disclosed or
> used by anyone else.  If you are not the(an) intended recipient, please
> immediately delete this e-mail from your computer system and notify the
> sender.  Thank you.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


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

Reply via email to