Re: how to recieve a file sent by form using <input type=file> format in servlet.
Posted By:
Anonymous
Posted On:
Sunday, March 25, 2001 11:34 PM
Hi,
Use MULTIPARTREQUEST file given by ORielly in his site to do the uploading of a file and then use Enumeration to parse the file content.
Then it is a regular process of using String Tokenizer and updating the database witht the values