filestream binary

S

Shazbot

I am attempting to create a webservice that pushes back a binary file by request type..

Suggestions?
 
E

Egbert Nierop \(MVP for IIS\)

Shazbot said:
I am attempting to create a webservice that pushes back a binary file by request type...

Suggestions?


Response.ContentType must be set dynamically

And REsponse.BinaryWrite(...) must be used to stream your content.
Or Response.WriteFile() can be used as well..
Or use Response.OutputStream (does not cause your binary to be on written
disk)...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,995
Messages
2,570,230
Members
46,818
Latest member
Brigette36

Latest Threads

Top