FileUpload to FileStream
Posted
by Sri Kumar
on Stack Overflow
See other posts from Stack Overflow
or by Sri Kumar
Published on 2010-06-18T08:54:36Z
Indexed on
2010/06/18
9:03 UTC
Read the original article
Hit count: 463
Hello,
I am in process of sending the file along with HttpWebRequest. My file will be from FileUpload UI. Here i need to convert the File Upload to filestream to send the stream along with HttpWebRequest. How do i convert the FileUpload to a filestream?
© Stack Overflow or respective owner