file upload using POST

2002-06-06 Thread Ushakov, Sergey N
Sorry, I'm sure my question is a FAQ, but I still can't find an answer. Does Jakarta/Tomcat have a standard facility for file upload processing using POST? I have searched the Tomcat 4 docs, but did not find any trace. JGuru mentions the org.apache.tomcat.request.ParseMime class, but it seems

RE: file upload using POST

2002-06-06 Thread Reynir Hubner
-Original Message- From: Ushakov, Sergey N [mailto:[EMAIL PROTECTED]] Sent: 6. juni 2002 18:26 To: [EMAIL PROTECTED] Subject: file upload using POST Sorry, I'm sure my question is a FAQ, but I still can't find an answer. Does Jakarta/Tomcat have a standard facility for file upload

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 Jakarta/Tomcat

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