Thread
:
Secure File upload in JSP ?
View Single Post
•
•
Join Date: Jul 2007
Posts: 1,176
Reputation:
Solved Threads: 125
stephen84s
Offline
Veteran Poster
Re: Secure File upload in JSP ?
0
#
2
Jan 9th, 2009
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 ?"
stephen84s
View Public Profile
Find all posts by stephen84s