DEXTUpload.NET
Class FileElement
- The minimum supported version
- 5.0.0.0
- The minimum support environment
- .NET Framework 4.0
- Explanation
-
The "FileElement" is a class that contains the information of the form element of the file in the multi-part data(multipart/form-data).
When analyzing the multi-part data, the component creates a temporary file if the type of the target form element is like file, and it creates a "FileElement" object that will be registered into the "DEXTUpload.NET.MultipartCollection" object in order to you can controll the file.
Note) The "FileElement" class is impossible to be created as an instance directly by user.
Parent Class
Implemented Interfaces
- Type
-
public class FileElement : FormElement, IFileManagement
- Properties
-
Refers to the "Name" property of the "DEXTUpload.NET.FormElement" class.
Refers to the "IsFileElement" property of the "DEXTUpload.NET.FormElement" class.
Refers to the "IsEmpty" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "IsEligibleFile" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "MimeType" attribute of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "FullName" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the property of the "DEXTUpload.NET.IFileManagement the" interface "FileName".
Refers to the "FileNameWithoutExt" attribute of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "FileExtension" attribute of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "FileLength" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "OriginalFileLength" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "IsFiltered" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "IsImage" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "ImageFormat" attribute of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "ImageWidth" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "ImageHeight" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "TempFilePath" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "LastSavedFilePath" attribute of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "LastSavedFileName" property of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "IsKeeping" property of the "DEXTUpload.NET.IFileManagement" interface.
- Methods
-
Refers to the "Save" method of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "SaveAs" method of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "Keep" method of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "DeleteTempFile" method of the "DEXTUpload.NET.IFileManagement" interface.
Refers to the "ReadText" method of the "DEXTUpload.NET.IFileManagement" interface.