File Upload without HTMLInputFile Control
I need to be able to upload file from a clients machine to the
server using Servlet. I will always know the source location
and simply need to copy 1 file from the directory to the server.
The HTMLInputFile Control always allows user to "browse" to select the file.
Is thr any method to Upload File without requiring the user to browse?
I m using oreilly package for uploading file to server.
Thank you in advance.

