On 10.03.2008 02:54, Andy Stevens wrote:

I might be wrong, but my guess is you are falling into the trap that uploaded files are deleted at the end of a request.

Does this apply to 2.1.x as well?

Yes, see CocoonServlet, RequestFactory, MultipartHttpServletRequest.cleanup() and Part.dispose() implementations (especially PartOnDisk).

In 2.2 the implementation is a bit different, there we have a MultipartFilter.

Joerg

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to