DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   JSP (http://www.daniweb.com/forums/forum24.html)
-   -   Secure File upload in JSP ? (http://www.daniweb.com/forums/thread167023.html)

comsec Jan 8th, 2009 1:06 pm
Secure File upload in JSP ?
 
I have a mechanism to upload a file to the remote disk from the JSP page. But now the issue is that User is not supposed to access the remote disk as it is supposed to be a restricted access remote disk.

Now I was wondering on how to upload a file in a secure way in which user will not have to directly upload the file to remote disk but the web server. So user will upload the file to web server and then web server which is having the rights to access the remote disk, will finally upload the file to the disk.

Any suggestions would be appreciated.

Thanks

stephen84s Jan 9th, 2009 4:12 am
Re: Secure File upload in JSP ?
 
Use HTTP POST to get your file to the Web Server and the receiving servlet can then forward it to the next modules for the necessary processing.


All times are GMT -4. The time now is 10:37 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC