3 references to ContentLength
System.Web (3)
Abstractions\HttpPostedFileWrapper.cs (1)
26return _file.ContentLength;
UI\WebControls\FileUpload.cs (2)
164return f != null && f.ContentLength > 0; 180return PostedFiles.Any(f => f.ContentLength > 0);