ASP .NET file download

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

Nikolay Petrov

Hi folks,
I have asp .net site, where user uploads file, file is proccessed and
returned to user.
While doing so, a temp file is generated. I wonder can I skip the temp file
creation?
Can I get the file from the user as a Stream and return it back to user as
Stream, maybe using ResponseWriteFile or something?

TIA
 

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