I post a file using form-data but file is uploading corrupted. I need to post it as binary. How can I do it in Java using HttpClient?
"Content-Type": "application/octet-stream"
I post a file using form-data but file is uploading corrupted. I need to post it as binary. How can I do it in Java using HttpClient?
"Content-Type": "application/octet-stream"