On 08.03.2008 13:14, Tobias Rübner wrote:
>> You must save them yourself during the request processing.
Here is a snippet of my servlet:
The problem is I don't know how you integrated it into Cocoon.
There is an API to access the files on a MultipartHttpServletRequest. In
flowscript it should be possible by just doing
cocoon.request.get("file") [1]. On Part [2] you have methods like
copyToFile(..) or getInputStream().
[1] http://wiki.apache.org/cocoon/FileUploadsWithFlow
[2]
http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/servlet/multipart/Part.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]