RE: Form with an upload field

2010-10-02 Thread Jerome Louvel
...@gmail.com] De la part de Xavier Méhaut Envoyé : mercredi 28 juillet 2010 11:01 À : discuss@restlet.tigris.org Objet : Form with an upload field Hello, I would like to know how I can handle on the client side a formular with a file upload field type ( input type=file name=datafile size=40

Re: Form with an upload field

2010-07-30 Thread Xavier Mehaut
thx thierry ; i ll try tomorrow instead if the ftp solution i started to use regards Envoyé de mon iPhone Le 28 juil. 2010 à 22:42, Thierry Boileau thierry.boileau.noel...@gmail.com a écrit : Hello Xavier, actually the fileupload library is intended for the parsing of multipart requests.

Form with an upload field

2010-07-28 Thread Xavier Méhaut
Hello, I would like to know how I can handle on the client side a formular with a file upload field type ( input type=file name=datafile size=40 in html for instance)... I expect to use the FileUpload extension for doing this, but I don't know how to do it on the client side regards Xavier

Re: Form with an upload field

2010-07-28 Thread Thierry Boileau
Hello Xavier, actually the fileupload library is intended for the parsing of multipart requests. It is only usefull on server side. You can use the apache httpclient library (in addition with the org.apache.httpmime and org.apache.james.mime4j libraries), in order to achieve what you need: