In This Topic
The following tables list the members exposed by C1FileInfo.
Public Constructors
Public Properties
| Name | Description |
 | ContentType | Gets the HTTP MIME type of the output stream. |
 | Extension | Gets the file extension of the uploaded file. |
 | FileName | Gets the name of the uploaded file. |
 | Size | Gets the file size. |
 | TempFileName | Gets the full path of the temporary file. |
Top
Public Methods
| Name | Description |
 | Delete | Deletes the file from the temp folder. |
 | GetStream | Gets the file stream. |
 | SaveAs | Overloaded. Saves the file to a specified path. |
Top
See Also