DiskFileUpload upload = new DiskFileUpload();
Regards, Will
From: "Rhino" <[EMAIL PROTECTED]> Reply-To: "Jakarta Commons Users List" <[EMAIL PROTECTED]> To: "commons-user" <[EMAIL PROTECTED]> Subject: FileUpload documentation confusing Date: Tue, 1 Jul 2003 08:30:57 -0400
I'm trying to use FileUpload 1.0 for the first time but I'm finding the documentation confusing. I'm referring to the "Using" document at http://jakarta.apache.org/commons/fileupload/using.html.
According to this document, the first line I need after verifying that the input is multipart is:
FileUpload upload = new DiskFileUpload();
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
