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

Reply via email to