Package.UploadedFiles Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets a collection of UploadedFile instances belonging to this package.

Namespace: Aurigma.ImageUploaderFlash
Assembly: Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)

Syntax

C#
public abstract ReadOnlyCollection<UploadedFile> UploadedFiles { get; }

Property Value

Type: System.Collections.Generic..IEnumerable<<'T>>

The collection of UploadedFile instances. Each instance contains all the converted files and metadata related to a particular user-selected file.

See Also

Reference