angeloimm wrote:
Hi.
Yes i have enable all; this is my cocoon-servlet configuration in web.xml:
<servlet>
<init-param>
<param-name>enable-uploads</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>upload-directory</param-name>
<param-value>XPDL</param-value>
</init-param>
<init-param>
<param-name>autosave-uploads</param-name>
<param-value>true</param-value>
</init-param>
<init-param>
<param-name>overwrite-uploads</param-name>
<param-value>rename</param-value>
</init-param>
does the directory XPDL exist in your webapp root ? is it writeable by the servlet ?
try setting upload-directory to an absolute path which is writable. then check if
your file is placed there by cocoon.
also, please send the html code of the overall generated form.
Regards, Johannes
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
