Hi,

In web.xml, verify the following init-param's for the Cocoon servlet:

<init-param>
  <param-name>enable-uploads</param-name>
  <param-value>true</param-value>
</init-param>

<init-param>
  <param-name>upload-max-size</param-name>
  <param-value>10000000</param-value>
</init-param>

(Above, max is 10MB. Make it larger, or comment it out (this is what we
do; I think there won't be a maximum then).

Bart.

> -----Oorspronkelijk bericht-----
> Van: Michael Ebert [mailto:[EMAIL PROTECTED]
> Verzonden: vrijdag 17 juni 2005 9:17
> Aan: [email protected]
> Onderwerp: Upload Problem with upload form: Invalid Continuation
> 
> Hi,
> 
> i built an interface for uploading files with a cocoon upload form.
> we have problems with bigger files about 20mb and more. In this cases
the
> user
> gets an Invalid Continuation message.
> The Session Timeout is 30 minutes. And the Upload should take about 15
> minutes.
> So I think the problem has to be somewhere else.
> 
> Can anybody help me?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]



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

Reply via email to