Uploading file NOT using Multipart 2004-08-19 - By Partha Ranjan Das
Back Use MultipartParser from oreilly package and use a byte stream from the file being uploaded to save it to a database.
-- ---- -- From: Manish Malhotra [SMTP:manish.mmalhotra@(protected)] Sent: Wednesday, August 18, 2004 6:21 PM To: J2EE-INTEREST@(protected) Subject: Uploading file NOT using Multipart
Hi,
Actually my requirement is to read a uploaded file from web user, but not to save it on server. So, can anybody tell me how to upload a file using Multipart. I know the data is in request stream, but I havent done that.
Many Thanks. regards, Manish
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help". ********************************************************************* Disclaimer: The information in this e-mail and any attachments is confidential / privileged. It is intended solely for the addressee or addressees. If you are not the addressee indicated in this message, you may not copy or deliver this message to anyone. In such case, you should destroy this message and kindly notify the sender by reply email. Please advise immediately if you or your employer does not consent to Internet email for messages of this kind. *********************************************************************
=========================================================================== To unsubscribe, send email to listserv@(protected) and include in the body of the message "signoff J2EE-INTEREST". For general help, send email to listserv@(protected) and include in the body of the message "help".
|
|