martinc     2003/06/28 11:11:48

  Modified:    fileupload/xdocs using.xml
  Log:
  Correction to sample code in the docs.
  
  PR: 21161
  Submitted by: Paul Dalton
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-commons/fileupload/xdocs/using.xml
  
  Index: using.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/fileupload/xdocs/using.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- using.xml 5 May 2003 05:47:32 -0000       1.1
  +++ using.xml 28 Jun 2003 18:11:48 -0000      1.2
  @@ -93,7 +93,7 @@
           Handling a request in this scenario couldn't be much simpler:
         </p>
   <source><![CDATA[// Create a new file upload handler
  -FileUpload upload = new DiskFileUpload();
  +DiskFileUpload upload = new DiskFileUpload();
   
   // Parse the request
   List /* FileItem */ items = upload.parseRequest(request);]]></source>
  
  
  

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

Reply via email to