UploadedFile Properties HTML5/Flash Uploader ASP.NET

The UploadedFile type exposes the following members.

Properties

Name Description
Public property Angle

Gets a rotation angle of this user-selected file (measured in degrees clockwise).

Public property ConvertedFiles

Gets an array of converted files created for this user-selected file.

Public property CropBounds
Public property Description

Gets a user-provided description of this user-selected file.

Public property HorizontalResolution

Gets a horizontal resolution of this user-selected file (measured in DPI - dots per inches) if it is an image.

Public property Index

Gets index of this user-selected file within a package.

Public property Package

Gets a Package instance related to this user-selected file.

Public property RelativePath

Gets a relative path of this file when it is uploaded as a part of a folder.

Public property SourceCreatedDateTime

Gets a creation date of this user-selected file.

Public property SourceCreatedDateTimeLocal

Gets a local creation date of this user-selected file.

Public property SourceHeight

Gets height of this user-selected file (in pixels) if it is an image.

Public property SourceLastModifiedDateTime

Gets a last modification date of this user-selected file.

Public property SourceLastModifiedDateTimeLocal

Gets a local last modification date of this user-selected file.

Public property SourceName

Gets a name of this user-selected file.

Public property SourceSize

Gets a size of this user-selected file in bytes.

Public property SourceWidth

Gets width of this user-selected file (in pixels) if it is an image.

Public property Tag
Public property VerticalResolution

Gets a vertical resolution of this user-selected file (measured in DPI - dots per inches) if it is an image.

See Also

Reference