How to convert HttpPostedFile to FileStream
Hi there,
I want to read Httppostedfile directly into FileStream without saving it to the disk. as Httppostedfile is already in stream format, I don't want that file to be saved and again read from the disk to FileStream. How to avoid these steps (Saving file to disk and again reading it into FileStream) and straight a way read it into filestream.
Thanks in advance
Vinod Pawar
India
__________________
Vinod Pawar
United States
|