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?

