Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

File Upload in JSP in a secure way

843840Jan 8 2009 — edited Jan 8 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 5 2009
Added on Jan 8 2009
6 comments
176 views