Class PostedFileBase
- Namespace
- Dynamicweb.Environment
- Assembly
- Dynamicweb.Core.dll
Provides access to individual files that have been uploaded by a client.
- Inheritance
-
Posted
File Base
- Inherited Members
Properties
ContentType
Gets the MIME content type of a file sent by a client.
Property Value
FileName
Gets the fully qualified name of the file on the client.
Property Value
Length
Gets the size of an uploaded file, in bytes.
Property Value
Name
Gets the name from the input
Property Value
Methods
OpenReadStream()
Opens the request stream for reading the uploaded file.