Hi,

I want to intercept a special form submission to a url that contains an 
uploaded file. However I don't know how this file is called.
Therefore I have created a filter that is configured in the 
contributeRequestHandler method in my AppModule.
The MultipartDecoder seems to give me that file in my filter if I know the 
file's name. 
How can I access a list of files that the MultiPart Decoder has stored? Or ist 
there a way to prevent MultiPart Decoder from "stealing" my files?
I have tried to place my filter before MultipartFilter but still I can not read 
any attachments from the InputStream of the HttpServletRequest.

Any clues?

Thanks

Moritz



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to