DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21161>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21161

possible typo in fileupload docs on commons site

           Summary: possible typo in fileupload docs on commons site
           Product: Commons
           Version: 1.0 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: File Upload
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I think there is a typo in the using docs for the fileupload component 
(http://jakarta.apache.org/commons/fileupload/using.html)
. In the section 'Parsing the request' and then 'The simplest case', the 
listing 
FileUpload upload = new DiskFileUpload(); 
I think should read: 
FileUpload upload = new FileUpload(); 

A minor point, but it might confuse novices (like myself). 
Apologies if I'm in error on this. 


Paul.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to