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/

Go to topic 39014

Return to index page 389
Return to index page 388
Return to index page 387
Return to index page 386
Return to index page 385
Return to index page 384
Return to index page 383
Return to index page 382
Return to index page 381
Return to index page 380