Re: file upload using POST

2002-06-06 Thread Dennis Muhlestein
jakarta struts project has file upload capability but I haven't ever looked at it. They have an example war file too. -Dennis On Thu, 2002-06-06 at 12:26, Ushakov, Sergey N wrote: > Sorry, I'm sure my question is a FAQ, but I still can't find an answer. > > Does Jakarta/Tomcat have a standard

Re: file upload using POST

2002-06-06 Thread Phillip Morelock
> Seems that most people use Jason Hunter's MultipartRequest . Is it the best > choice for Tomcat? That's what I personally use. fillup On 6/6/02 11:26 AM, "Ushakov, Sergey N" <[EMAIL PROTECTED]> wrote: > Sorry, I'm sure my question is a FAQ, but I still can't find an answer. > > Does Jakart

RE: file upload using POST

2002-06-06 Thread Reynir Hubner
hi, Tomcat does not have any "standard facility" for fileuploads (at least not last time I looked). You need a multipart request parser. As you mentioned O'reilly provides something called MultiPartRequest or something like that. You should be able to download it from their site. I dont know