AllFilesUploadedEventArgs.UploadedFiles Property HTML5/Flash Uploader ASP.NET

Supported technologies: Adobe FlashHTML 5

Gets a collection of UploadedFile instances belonging to the completed upload session.

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

Syntax

C#
public List<UploadedFile> UploadedFiles { get; }

Property Value

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

The collection of UploadedFile instances.

See Also

Reference