Surenju,

The multi-part format is a standard. 

Whether you use a browser or Apache HTTP client, your server-side Restlet
code will be able to accept it (using the FileUpload extension for now).

Best regards,
Jerome

-----Message d'origine-----
De : news [mailto:[EMAIL PROTECTED] De la part de Surjendu
Envoyé : mercredi 30 avril 2008 08:32
À : [email protected]
Objet : Re: Send and Parse Attachment using Restlet

Thanks Jerome

What about the server code? Will Restlet be able to handle multi-part? If I
use
a http-client library to post the multi-part form request will the server
code
of Restlet( handlePost() method in Resource) be able to parse the request.
If
not how to achieve the same.

What would happen if instead of a standalone client the client is a browser?

Reply via email to