Home
Manage Your Code
Snippet: File Size as String (i.e. 100 Kb, 101 MB etc..) (C#)
Title: File Size as String (i.e. 100 Kb, 101 MB etc..) Language: C#
Description: This function will return the file size in string from the File Upload control. Views: 78
Author: Pragnesh Patel Date Added: 7/17/2008
Copy Code  
1 #region GetFileSizeInBytes()// Funciton to get the File Size in Bytes   ...    #endregion