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.

