Name | Description | |
---|---|---|
![]() | C1FileInfo Constructor | Initializes a new instance of the C1FileInfo class. |
The following tables list the members exposed by C1FileInfo.
Name | Description | |
---|---|---|
![]() | C1FileInfo Constructor | Initializes a new instance of the C1FileInfo class. |
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. |
Name | Description | |
---|---|---|
![]() | Delete | Deletes the file from the temp folder. |
![]() | GetStream | Gets the file stream. |
![]() | SaveAs | Overloaded. Saves the file to a specified path. |