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.


Anybody have any insights?

Thanks in advance,

Chris


-- 
Chris Wilder-Smith
Principal Technical Architect

mailto:[EMAIL PROTECTED]      http://www.cast.org
CAST: 781-245-2212       Home Office: 508-650-8885
AIM ChrisWSatWork        ICQ: 95325318



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

Reply via email to