Hi Andrea,

Thanks for your reply.
Maybe I'll look into it. But it'll be great if there is standard support
for this.


On Mon, Oct 24, 2016 at 11:10 PM, Andrea Del Bene <an.delb...@gmail.com>
wrote:

> Hi,
>
> I haven't any code that does file upload, but I think you need to
> implement a custom IWebSerialDeserial that extracts file (or a list of
> them) from request an then you can pass this value to your REST resource
> with annotation @RequestBody. Files can be extracted from request in the
> usual way:
>
> http://stackoverflow.com/questions/2422468/how-to-upload-
> files-to-server-using-jsp-servlet
>
> On 24/10/2016 08:13, James Selvakumar wrote:
>
>> Dear friends,
>>
>> I want to upload a file using REST API.
>> I'm already using WicketStuff REST library.
>> I searched and couldn't see any example based on Wicket.
>> Can anyone guide me to understand how to do this in Wicket?
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 
Thanks & regards
James Selvakumar

Reply via email to