N
Neo
Hello,
I am receiving a file as a binary stream from a C++ Client Application.
I want to receive this file on the server, for which i am using
Request.Inputstream and reading it into a byte array. This is not
working as it is coupling the binary content with some Boundary and
text such as "Content-Disposition:
form-data; name="upload_file"; filename="C:\dustbin\test.bin"
Content-Type: "application/octet-stream"
Is there any way in ASP.NET by which i can read a File being sent from
an Application (not a HtmlInputFileControl), can be read, without the
unnecessary data/ or any way in which i can filter the binary data.
Please help, i am stuck big time on this. This feature is imperative
for the project
Requesting help.
Regards
Sunil Jambekar
I am receiving a file as a binary stream from a C++ Client Application.
"Multipart/form-data".From the application, the file is being sent as a
I want to receive this file on the server, for which i am using
Request.Inputstream and reading it into a byte array. This is not
working as it is coupling the binary content with some Boundary and
text such as "Content-Disposition:
form-data; name="upload_file"; filename="C:\dustbin\test.bin"
Content-Type: "application/octet-stream"
Is there any way in ASP.NET by which i can read a File being sent from
an Application (not a HtmlInputFileControl), can be read, without the
unnecessary data/ or any way in which i can filter the binary data.
Please help, i am stuck big time on this. This feature is imperative
for the project

Requesting help.
Regards
Sunil Jambekar