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
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