We have a requirement to download images using the ServiceStack API.
I know two possible ways:
1) Use a JSON object to load the file (using the BASE64 line). 2) Use "multipart / form-data"
Is there any other way to upload files using ServiceStack? Which is best in terms of best practices?
source share