ASP .NET - force download

  • Thread starter Thread starter Nikolay Petrov
  • Start date Start date
N

Nikolay Petrov

How to force download from MemoryStream to the client's browser?

tnx
 
Nikolay,

A MemoryStream is a stream inside a program (to avoid saving and loading
from an offline medium when streaming is needed) not a kind of named pipe.

I hope this helps,

Cor
 

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

Back
Top