Vincent De Groote wrote:
This parameter was the culprit. It works, now. Is there a location (mailing
list, html page) where these changes of functionality are listed ?
not really. This is what I receive after greping the source tree for "enable-uploads"
src/java/org/apache/cocoon/servlet/CocoonServlet.java src/confpatch/CVS/Entries src/confpatch/enable-uploads.xweb src/blocks/slide/README src/blocks/slide/web.xml src/webapp/samples/xsp/xsp/upload.xsp src/webapp/WEB-INF/web.xml
but within the mail archive are quite a lot of messages with regard to this.
The Wiki has more. This is in bad need of moving into the real documentation. If anyone has the time, a good gameplan would be to combine the three upload related pages at the wiki into a good document on uploads with Cocoon with all the current changes in mind. I can't write it at the moment, but I could guide someone through understanding the issues and the current state.
Geoff Howard
-----Original Message-----
From: Michael Wechner [mailto:[EMAIL PROTECTED] Sent: 07 August 2003 15:39
To: [EMAIL PROTECTED]
Subject: Re: Request generator changes ?
Vincent De Groote wrote:
Hello,
I cocoon-2.0.3, the request generator produced parameters for the datas
sent
by a form (in multipart/form-datas). In cocoon 2.1, these values are not
generated anymore.
What do I need to do to retrieve the old processing ?
maybe you have to enable-uploads
<init-param> <param-name>enable-uploads</param-name> <param-value>true</param-value> </init-param>
within web.xml
HTH
Michael
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
