Gets a name-value collection of POST fields uploaded within this package.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
public abstract NameValueCollection PackageFields { get; }
Type: System.Collections.Specialized..NameValueCollection
The name-value collection of POST fields uploaded within this package.
This collection contains additional data specified for the upload via the Metadata property. To access these data use keys named in the following way: XXX_N
, where XXX is a string value specified in one of the Metadata
properties.