We have a requirement to upload images using ServiceStack APIs.
I am aware of two possible ways:
1) Use JSON object to upload file (Using BASE64 string). 2) Use "multipart/form-data"
Is there any other way of uploading files using ServiceStack? Which is better in terms of best practices?