I’m designing a RESTful API that should handle binary file uploads.
Should this be done the same way as html form upload or is there a better way?
I’m designing a RESTful API that should handle binary file uploads. Should this be
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Take a look at the Amazon api for an idea. It uses a PUT query and then through sendREST it sends the content.
Uploading files to Amazon S3 with REST API