WebRequestFile
WebRequestFile is used in conjunction with WebRequest as a standard access point posted files.
Constructors
|
Constructor
|
Initializes a new instance of the WebRequestFile class.
|
Methods
|
SaveAs
|
Writes the file to a specified path.
|
Properties
|
ContentLength
|
Contains an integer representing the size of the file uploaded. |
|
ContentType
|
Contains a string representing the content type of the file uploaded. |
|
FileName
|
Contains a string representing the name of the file uploaded. |
|
FormName
|
Contains a string representing the name of the form variable of the file uploaded. |
|