You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/06/28 12:43:37 UTC

DO NOT REPLY [Bug 21161] New: - possible typo in fileupload docs on commons site

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: commons-dev@jakarta.apache.org
        ReportedBy: paul@p3d.co.uk


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: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org