A
Anthony P.
Hello Everyone,
I'm creating a program that will use a REST interface to send a binary
file to the server but I'm really not sure how to do that. I know how
to do the REST call but how do I send binary data? The documentation
says I will send it as file_data=<raw_binary_data> in my GET request.
I'm using the HTTPWebRequest() and HTTPWebResponse() classes to do
this from the client.
Can anyone help?
Also, is the process much different to send via POST? Can anyone point
me in the right direction?
Thanks!
Anthony
I'm creating a program that will use a REST interface to send a binary
file to the server but I'm really not sure how to do that. I know how
to do the REST call but how do I send binary data? The documentation
says I will send it as file_data=<raw_binary_data> in my GET request.
I'm using the HTTPWebRequest() and HTTPWebResponse() classes to do
this from the client.
Can anyone help?
Also, is the process much different to send via POST? Can anyone point
me in the right direction?
Thanks!
Anthony