Package.UploadedFiles Property ActiveX/Java Uploader ASP.NET

Gets a collection of UploadedFile instances belonging to this package.

Namespace: Aurigma.ImageUploader
Assembly: Aurigma.ImageUploader (in Aurigma.ImageUploader.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