Secure File upload in JSP ?
Please support our JSP advertiser: Programming Forums
![]() |
•
•
Posts: 3
Reputation:
Solved Threads: 0
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
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
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.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand."
"How to ask questions the smart way ?"
"How to ask questions the smart way ?"
![]() |
Similar Threads
Other Threads in the JSP Forum
- HijackThis log seems huge. Anything Wrong with this picture? (Viruses, Spyware and other Nasties)
- Problem VIRUS ALERT (Viruses, Spyware and other Nasties)
- suggest me online mini project topic (ASP)
- help regarding mini project (Networking Hardware Configuration)
- Please Help Me Get Rid Of Spyware (Viruses, Spyware and other Nasties)
Other Threads in the JSP Forum
•
•
•
•
Views: 846 | Replies: 1 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode