The FileUploadEventArgs type exposes the following members.
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Angle |
Gets rotation angle of the uploaded file (measured in degrees clockwise). |
|
Description |
Gets user-provided description of the uploaded file. |
|
Exif |
Gets a ExifList which represents a list of EXIF fields extracted from the uploaded file. |
|
FileCount |
Gets number of uploaded files. |
|
FileIndex |
Gets index of the currently uploaded file. |
|
FirstUploaded |
Indicates if the currently uploaded file was sent first. |
|
Iptc |
Gets a IptcList which represents a list of IPTC fields extracted from the uploaded file. |
|
OriginalFileName |
Gets a name of the original file. |
|
PackageCount |
Gets total number of packages in the current upload session. |
|
PackageGuid |
Gets unique identifier of the current upload session. |
|
PackageIndex |
Gets zero-based index of the package (i.e. request) inside the current upload session. |
|
RelativeFilePath |
Gets a relative path to the uploaded file. |
|
SourceFile |
Gets a SourceFileInfo which represents a currently uploaded source file. |
|
Thumbnails |
Gets a ThumbnailList which represents a list of thumbnails created for currently uploaded file. |