Re: Restlet Component File Upload Handling

2009-03-04 Thread William Tam
Hi Todd, Your usecase seems to justify use of camel-restlet. For example, user code will need to deal with RESTful URI and authentication if it is using camel-jetty. I'll create a Jira to support multipart message. Cheers, William On Tue, Mar 3, 2009 at 5:53 PM, tfredrich wrote: > > As usual,

Re: Restlet Component File Upload Handling

2009-03-03 Thread tfredrich
As usual, one thing calls for another... I created a MultipartRestletBinder that simply overrides populateExchangeFromRestletRequest(), checks for multipart content, and leverages the FileUpload extension if applicable. However, once that operated appropriately (for my case of uploading images),

Re: Restlet Component File Upload Handling

2009-02-27 Thread William Tam
Hi Todd, I don't think Restlet component supports FileUploader extension currently. As always, contribution is welcomed. Please submit a Jira (and perhaps, a patch) :-) Cheers, William On Fri, Feb 27, 2009 at 12:10 PM, tfredrich wrote: > > Does the Restlet component handle file uploading?