Re: FileUpload Problem / MultipartDecoder

2010-09-09 Thread Moritz Gmelin
Got it, the uploaded file is still known as a parameter. You just need to cycle through all the parameters of the HTTPServletRequest and check whether the MultipartDecoder service has a file with that name. M. Am 09.09.2010 um 18:08 schrieb Moritz Gmelin: > Hi, > > I want to intercept a spec

FileUpload Problem / MultipartDecoder

2010-09-09 Thread Moritz Gmelin
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