Mary,
Basically you want to upload to a
servlet not to a
JSP. Consider the following client application code that receives the file name to upload and the URL of the servlet as arguments ...
Then you would write a servlet to read the input stream and then store the bytes to a file or possibly as a blob in a database as follows ...
[This message has been edited by Bill Siggelkow (edited December 04, 2001).]