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 <http://www.restlet.org/>
Noelios Technologies ~ Co-founder ~ http://www.noelios.com <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.

Reply via email to