----
h3. Scratchpad
----
_cinclude_
[cocoon docs about cinlude|http://xml.apache.org/cocoon/userdocs/transformers/cinclude-transformer.html]
_File upload - allowing users to upload pdf files in a webdav directory_
{{{If that doesn't work as I suspect, you'll need to write an action to get the [FilePart] out of the request, call getInputStream and send that input stream over http to the webdav location.}}}
* [FileUploadWithAction]
* [FileUploadsWithCocoon]