Hi, Thanks for your reply. I've used the following page to implement my java client (SendFileClient ) : http://restlet.tigris.org/servlets/ReadMsg?listName=discuss&msgNo=5074&attachId=2
And it works well with Nuxeo Restlet runtime (on server) Thanks for all. Regards, Xavier. On Tue, Oct 7, 2008 at 12:34 PM, Thierry Boileau <[EMAIL PROTECTED]> wrote: > Hello Xavier, > > a resource answers to requests and therefore is located on server side. > "MyResource" answers to GET requests (made from an Internet browser) by > producing its representation, in this case a simple web form that will > finally be displayed by your Internet browser. > Then it answers to POST requests (e.g. when you click on the "submit" button > from the web form) by handling the uploaded files. > >> I know my questions are very basics... > They may be for other people, but they aren't for you, so feel free to ask > your questions! > > I hope I've clarified the situation. > > Best regards, > Thierry Boileau > -- > Restlet ~ Core developer ~ http://www.restlet.org > Noelios Technologies ~ Co-founder ~ http://www.noelios.com > > > Hi all, > I'm new with Restlet... > I've read the following web page: > http://wiki.restlet.org/docs_1.1/13-restlet/98-restlet/41-restlet.html > which explains the "Usage example of FileUpload extension" > > I would like to know if the "MyResource" object is a server side > object or a client side object ? > because the getRepresentation method creates a form to post the file ... > > Is it possible to use the FileUpload with a GET request ? > > Thanks in advance. > I know my questions are very basics... > > Regards, > Xavier. > -- ---------------------------------------------------------------- Xavier Spengler PS: Avant d'imprimer cet e-mail, réfléchissons à l'impact sur l'environnement. Weblog: http://www.voisinage.com

