HttpPostedFile Properties
.NET Framework 3.0
| Name | Description | |
|---|---|---|
| ContentLength | Gets the size of an uploaded file, in bytes. |
| ContentType | Gets the MIME content type of a file sent by a client. |
| FileName | Gets the fully qualified name of the file on the client. |
| InputStream | Gets a Stream object that points to an uploaded file to prepare for reading the contents of the file. |
Reference
HttpPostedFile ClassSystem.Web Namespace
HtmlInputFile
HttpFileCollection
Other Resources
httpRuntime Element (ASP.NET Settings Schema)Community Additions
ADD
Show: