{
req = URLDecoder.decode((String)req, m_request.getCharacterEncoding());
}
// Enhance the request with data from parameters "file-<argIndex>-<dataAttr>-<fileNameAttr>"
server.invoke(new StringReader((String)req), getWriter(), new Preprocessor()
{
public void preprocess(Request request)
{
addMultipartData(request, paramMap);
}