DEXTUpload.NET Professional
menu toggleReferences > DEXTUpload.NET > FileElement

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

Name

Refers to the "Name" property of the "DEXTUpload.NET.FormElement" class.

IsFileElement

Refers to the "IsFileElement" property of the "DEXTUpload.NET.FormElement" class.

IsEmpty

Refers to the "IsEmpty" property of the "DEXTUpload.NET.IFileManagement" interface.

IsEligibleFile

Refers to the "IsEligibleFile" property of the "DEXTUpload.NET.IFileManagement" interface.

MimeType

Refers to the "MimeType" attribute of the "DEXTUpload.NET.IFileManagement" interface.

FullName

Refers to the "FullName" property of the "DEXTUpload.NET.IFileManagement" interface.

FileName

Refers to the property of the "DEXTUpload.NET.IFileManagement the" interface "FileName".

FileNameWithoutExt

Refers to the "FileNameWithoutExt" attribute of the "DEXTUpload.NET.IFileManagement" interface.

FileExtension

Refers to the "FileExtension" attribute of the "DEXTUpload.NET.IFileManagement" interface.

FileLength

Refers to the "FileLength" property of the "DEXTUpload.NET.IFileManagement" interface.

OriginalFileLength

Refers to the "OriginalFileLength" property of the "DEXTUpload.NET.IFileManagement" interface.

IsFiltered

Refers to the "IsFiltered" property of the "DEXTUpload.NET.IFileManagement" interface.

IsImage

Refers to the "IsImage" property of the "DEXTUpload.NET.IFileManagement" interface.

ImageFormat

Refers to the "ImageFormat" attribute of the "DEXTUpload.NET.IFileManagement" interface.

ImageWidth

Refers to the "ImageWidth" property of the "DEXTUpload.NET.IFileManagement" interface.

ImageHeight

Refers to the "ImageHeight" property of the "DEXTUpload.NET.IFileManagement" interface.

TempFilePath

Refers to the "TempFilePath" property of the "DEXTUpload.NET.IFileManagement" interface.

LastSavedFilePath

Refers to the "LastSavedFilePath" attribute of the "DEXTUpload.NET.IFileManagement" interface.

LastSavedFileName

Refers to the "LastSavedFileName" property of the "DEXTUpload.NET.IFileManagement" interface.

IsKeeping

Refers to the "IsKeeping" property of the "DEXTUpload.NET.IFileManagement" interface.

Methods

Save

Refers to the "Save" method of the "DEXTUpload.NET.IFileManagement" interface.

SaveAs

Refers to the "SaveAs" method of the "DEXTUpload.NET.IFileManagement" interface.

Keep

Refers to the "Keep" method of the "DEXTUpload.NET.IFileManagement" interface.

DeleteTempFile

Refers to the "DeleteTempFile" method of the "DEXTUpload.NET.IFileManagement" interface.

ReadText

Refers to the "ReadText" method of the "DEXTUpload.NET.IFileManagement" interface.