Re: file upload from web page, download to new location using jsp?

2002-09-27 Thread Dmitry Namiot
Check out Upload taglib from Coldtags suite: http://www.servletsuite.com/jsp.htm It is up to you where and how to save a file. And you can use Download taglib for sending it back -- Coldbeans Software - server-side Java (tm) components http://www.servletsuite.com

file upload from web page, download to new location using jsp?

2002-09-26 Thread hugo
Hi I would like to upload a file from a html form, and use java code in my jsp file to download it to a new location. I have the html for file uploading all set up, and I know how to set up an inputstream in java, but I do not know how to connect the two i.e. connect the file accessed by the