Can I pass “application/octet-stream” or say a word document as stream or binary via POST (http protocol) ? (yes/no)?
Can I pass application/octet-stream or say a word document as stream or binary via
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.
Technically yes, providing you have the proper serialization/deserialization on each end.
From what I understand, you would just post the document as raw binary: you would then need some parsing function on the other end.
But as stated previously, your question is a bit unclear…