Re: File Upload Servlet

2001-01-07 Thread Seung R. Bang
Hi, I solved the problem by writing a separate class to parse the ServletInputStream. It parses the stream for parameters passed and raw stream data. Works reat. What I did was I put all the ins and outs of the servlet in a separate class, -- I named it `FilePostHandler' -- and called the

File Upload Servlet

2001-01-05 Thread Seung Bang
Hello, folks! Happy new year! I wrote a servlet that uploads files to the server. The problem with the servlet is that it works but it takes too much time. I put a couple of print statements at the beginning of the servlet and at the end of the servlet for a debuging purpose. Both the