<?xml version="1.0" encoding="ISO-8859-1"?><page xmlns:xsp="http://apache.org/xsp" xmlns:log="http://apache.org/xsp/log/2.0" xmlns:xsp-request="http://apache.org/xsp/request/2.0" xmlns:xsp-response="http://apache.org/xsp/response/2.0">
   <title>This form allows you upload files</title>
   <content>
   	 <para>Uploads in cocoon are handled automatically, as configured in web.xml.  
   	 The relevant init-params controlling upload behavior are: enable-uploads, 
   	 upload-directory, autosave-uploads, overwrite-uploads, upload-max-size.
   	 </para>
	 <para>All files are cleaned out of the upload directory at the end of the 
	 request.  The assumption is that other application logic will have acted on 
	 the files during the request.</para>
     <para>
       <form method="post" enctype="multipart/form-data" action="upload">
         File:  <input type="file" name="uploaded_file" size="50"/>
         <p>
           <input type="submit" value="Upload File"/>
         </p>
       </form>
     </para>
     <para>
       

       Upload directory content:
       <ul>
         
       </ul>
     </para>
     <para>Brought to you by Cocoon at Sun Jun 07 14:18:43 WIB 2026.</para>
   </content>
  </page>