Dharmendra (.Net)
Monday, 12 January 2015
File upload less then 4MB
if (fuDocumentFile.PostedFile.ContentLength > 2097152)
{
ShowMessage("File cannot upload more than 4MB.", "E");
return;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment