On Sun, 1 Dec 2002, Lee Hughes wrote:
> Date: Sun, 1 Dec 2002 18:20:17 -0500 (EST) > From: Lee Hughes <[EMAIL PROTECTED]> > Reply-To: Jakarta Commons Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: [FileUpload] Tomcat Setup > > Craig, thanks alot for your help -- is the "Source Repository" the correct > place to download the FileUpload code from to try out? And I was confused > by the dependencies -- junit should only be needed for in-depth testing > and serletapi should be covered by Tomcat, correct? > The source repository would be the place to start if you want to build commons-fileupload yourself, or see how it works. Nightly builds (both source and binary) are also available if you just want to use it: http://jakarta.apache.org/builds/jakarta-commons/nightly/commons-fileupload/ JUnit is only required to build and execute the unit tests. You can certainly use the servlet.jar file from Tomcat for the servlet API dependency -- the point is that you can't compile or run fileupload without the servlet API classes available. > Grateful, > > Lee > -- > Craig > > > > > > > On Thu, 28 Nov 2002, Lee Hughes wrote: > > > >> Date: Thu, 28 Nov 2002 18:39:01 -0500 (EST) > >> From: Lee Hughes <[EMAIL PROTECTED]> > >> Reply-To: Jakarta Commons Users List <[EMAIL PROTECTED]> > >> To: [EMAIL PROTECTED] > >> Subject: [FileUpload] Tomcat Setup > >> > >> Hi, I have a basic Tomcat 4.0.3 installation on Red Hat Linux 8.0 and > >> would like to add file upload capabilities to my web apps. Is > >> FileUpload the right component to install, and if so can someone > >> please give me some guidance on installation/setup instructions? > >> > > > > The best place to go would be the project documentation, especially the > > Javadocs and the usage example at: > > > > http://jakarta.apache.org/commons/fileupload/ > > > > You'll also find that webapp frameworks like Turbine and Struts support > > file uploading (using commons-fileupload in these two cases) as part of > > their higher level functionality as well. > > > >> Thanks for any help, > >> > >> Lee > > > > Craig > > > > > > -- > > To unsubscribe, e-mail: > > <mailto:[EMAIL PROTECTED]> For additional > > commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
