Think with me
Wednesday, January 7, 2009
Calculate file size of Uploading file
HttpPostedFile MyFile;
int FileLen;
System.IO.Stream MyStream;
System.Web.HttpFileCollection MyFileCollection = Request.Files;
MyFile = MyFileCollection[0];
FileLen = MyFile.ContentLength;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)