Re: Transferring multiple files in single request

2011-05-31 Thread Thierry Boileau
Hello Lokendra, there is an RFE for that topic : http://restlet.tigris.org/issues/show_bug.cgi?id=71. We are missing some help. :) Best regards, Thierry Boileau Hi, On my server side, my @Post method returns a FileRepresentation of the file asked by the client. Is there a way to return

Transferring multiple files in single request

2011-05-18 Thread Lokendra Singh
Hi, On my server side, my @Post method returns a FileRepresentation of the file asked by the client. Is there a way to return multiple files in a single request by the client ? Regards Lokendra --