| Author |
Multipart Upload - where does my file go?
|
Dave Donohoe
Ranch Hand
Joined: May 16, 2000
Posts: 73
|
|
Hi all, I have a servlet that uses Multipart requests to upload files. I am running tomcat3.2 as my webserver. I want to upload a file from my C: drive to the Web Server. I create a multipart request in the servlet like so - MultipartRequest multi = new MultipartRequest(req, "e:\\temp", 5 * 1024 * 1024); However, when I run the servlet, it does not put the file into the folder I specified......what am I doing wrong?
|
 |
 |
|
|
subject: Multipart Upload - where does my file go?
|
|
|