| | |
Secure File upload in JSP ?
Please support our JSP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2008
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
- help regarding mini project (Networking Hardware Configuration)
- 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)
- Please Help Me Get Rid Of Spyware (Viruses, Spyware and other Nasties)
Other Threads in the JSP Forum
| Thread Tools | Search this Thread |
apache backbutton combobox connection database development directorystructure dynamicpagetitles eclipse frames glassfish imagetodatabse imageupload internet java javaee javascript jsf jsp jsppagetitles levels mvc2 mvcmodel2 network parameters passing ping printinserverinsteadofclient redirect request.getparameter response servlet servletdopost()readxml sessions software ssl state_saving_method stocks sun tomcat tutorial video web






