Hi,
We're trying to use a multipart/form-data post to upload audio files recorded on the client machine to our cocoon-based backend. All of the web.xml file upload params seem to be set correctly:
request-factory=org.apache.cocoon.components.request.MultipartRequestFactoryImpl enable-uploads=true upload-directory=WEB-INF/work/upload-dir autosave-uploads=true overwrite-uploads=rename upload-max-size=10000000
According to the wiki pages, I should see the request type as MultipartHttpServletRequest when it comes through, but it is a regular cocoon HttpRequest. According to the example, this implies that uploads still aren't enabled.
I do see other parameters that come through on the request, it's picking up the correct generator, etc.
Which Cocoon version, which wiki page?
Geoff
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
