Gets a collection of UploadedFile instances belonging to the completed upload session.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public ReadOnly Property UploadedFiles As List(Of UploadedFile)
public List<UploadedFile> UploadedFiles { get; }