[xwiki-users] no acces to POST data via $request.getName

2009-09-08 Thread Rune Hylleberg
I would like to grep some data from a file upload, but can't find a way to do it. Here are a simple example {{velocity}} #foreach($prop in $request.getParameterNames()) request.$prop #end {{html}} form action= enctype=multipart/form-data method=post div fieldset

Re: [xwiki-users] no acces to POST data via $request.getName

2009-09-08 Thread Sergiu Dumitriu
On Tue, Sep 8, 2009 at 23:32, Rune Hyllebergr...@dpu.dk wrote: I would like to grep  some data from a file upload, but can't find a way to do it. Here are a simple example form action= enctype=multipart/form-data method=post    input name=b value= size=40 type=file What happened to 'b',