Gets a collection of UploadedFile instances belonging to this package.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public abstract ReadOnlyCollection<UploadedFile> UploadedFiles { get; }
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.