On Tue, Sep 8, 2009 at 23:32, Rune Hylleberg<[email protected]> 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', is et a bug or a feature? Are there any way to access the value of 'b'?
The problem is that b is a file input, and it is not possible to access uploaded files this way. This is a limitation of the servlet request object, outside the scope of Velocity or XWiki. You could use the FileUploadPlugin to access uploaded files instead. http://svn.xwiki.org/svnroot/xwiki/platform/core/trunk/xwiki-core/src/main/j... -- http://purl.org/net/sergiu