J
Jerry J
I am using Response.WriteFile to send file streams back to
web clients.
My question is this:
Can I use Response.WriteFile(SomeFilePath) for any size
file? Will it handle chunking the data back to the client
or do I have to do it myself?
web clients.
My question is this:
Can I use Response.WriteFile(SomeFilePath) for any size
file? Will it handle chunking the data back to the client
or do I have to do it myself?