Hi I'd like to add in a form the possibility for users to upload file. My form look like this one : <form action="" enctype="mutipart/form-data" method="post"> <input type="text" name="submitter" /> <input type="file" name="file" /> <input type="submit" /> </form> The problem I have is with xWiki to get the data from the $request object and handle them by using Velocity. After I'd like to store the uploaded file as attachment in a document. If someone of yours have already done that I'm interesting in getting a such example. By the way, I've noticed that there is a plugin called FileUpload in XWiki. I think it would be great to use it because uploaded file handling is not really handy, but I don't know how to use it within the wiki. Thanks. -- Xavier MOGHRABI - Consortium ObjectWeb Email: xavier.moghrabi at objectweb.org