The FilePart object represents the uploaded file. Depending on how you configure "autosave-upload" parameter in WEB-INF/web.xml cocoon returns a FilePartFile (the file is written to disk; autosave-upload=true) or a FilePartArray (the file is in memory; autosave-upload=false).

[Tobias] I can't find the parameter "autosave-upload" in WEB-INF/web.xml
in Cocoon 2.0.3? 
Did you know how to cancel the auto upload?
Thanks Tobias

Reply via email to