You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Lind Jürgen <Ju...@iteratec.de> on 2001/02/28 11:17:53 UTC

Dealing multipart requests

Hi there,

I just started digging into multipart requests and I have encountered
the following problem: how can I register my own implementation of a
multipart request handler with a particular action. I tried adding a
'multipartClass' attribute to the action mapping but Struts complained
that this attribute was not allowed there. Where do I tell Struts which
request handler to use?

Thanks in advance,

Jürgen