This documentation is for the old version. Go to the latest Upload Suite docs

FileUploadEventArgs Properties

The FileUploadEventArgs type exposes the following members.

Properties

Name Description
Public property Angle

Gets rotation angle of the uploaded file (measured in degrees clockwise).

Public property Description

Gets user-provided description of the uploaded file.

Public property Exif

Gets a ExifList which represents a list of EXIF fields extracted from the uploaded file.

Public property FileCount

Gets number of uploaded files.

Public property FileIndex

Gets index of the currently uploaded file.

Public property FirstUploaded

Indicates if the currently uploaded file was sent first.

Public property Iptc

Gets a IptcList which represents a list of IPTC fields extracted from the uploaded file.

Public property OriginalFileName

Gets a name of the original file.

Public property PackageCount

Gets total number of packages in the current upload session.

Public property PackageGuid

Gets unique identifier of the current upload session.

Public property PackageIndex

Gets zero-based index of the package (i.e. request) inside the current upload session.

Public property RelativeFilePath

Gets a relative path to the uploaded file.

Public property SourceFile

Gets a SourceFileInfo which represents a currently uploaded source file.

Public property Thumbnails

Gets a ThumbnailList which represents a list of thumbnails created for currently uploaded file.

See Also

Reference