<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:19:55 WIB 2026.</para>
</content>