View Single Post
Join Date: Sep 2008
Posts: 3
Reputation: comsec is an unknown quantity at this point 
Solved Threads: 0
comsec comsec is offline Offline
Newbie Poster

Secure File upload in JSP ?

 
0
  #1
Jan 8th, 2009
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
Reply With Quote