|
Subject:
|
uploading files using servlets
|
|
Posted By:
|
arun_sunmic
|
Post Date:
|
1/19/2006 12:54:24 AM
|
I am having a doubt on how to upload a file using servlets
V.S.Arun
|
|
Reply By:
|
panacea
|
Reply Date:
|
1/21/2006 3:35:07 PM
|
I would use the Apache Commons FileUpload library to do it: http://jakarta.apache.org/commons/fileupload/. It provides a way for your servlets to parse out the uploaded documents to retrieve the documents' file names, sizes, and contents.
Jon Emerson http://www.jonemerson.net/
|