| Author |
File Upload Path Problem
|
Farakh khan
Ranch Hand
Joined: Mar 22, 2008
Posts: 672
|
|
MultipartRequest multi = new MultipartRequest(req,getServletContext().getRealPath("/UploadedPics/")); 1) It works fine on my labtop 2) My dedicated server is using Apache and Tomcat with mod_jk connectors. When am uploading to my website then it throws error IllegalArgumentException: Not a directory: /opt/apache-tomcat-5.5.23/webapps/mywebsite/UploadedPics I created the directory and file uploaded but How will I access this link from my servlet http://www.mywebsite.com/UploadedPics Thanks & best regards [ May 07, 2008: Message edited by: Farakh khan ]
|
 |
 |
|
|
subject: File Upload Path Problem
|
|
|