I want to implement a ServiceStack endpoint enabling user to upload an icon. I have two questions:
- Where should I put the image in the request? Currently I use a Firefox extension called
HttpRequester
and add my image as a file in contents part. - Where should I look for the content in the request? According to some other posts,
request.Files
should have it but it is empty.