This documentation is for the old version. Go to the latest Upload Suite docs

restrictions.minFileCount Property

Gets or sets a minimum number of files allowed for upload per one session.

Syntax

JavaScript Initialize
$au.imageUploaderFlash({
    restrictions
: {
       
//...other params...
        minFileCount
: 1,
       
//...other params...
   
}
})
Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').restrictions().minFileCount(value);
value
= $au.imageUploaderFlash('uploaderID').restrictions().minFileCount();

Property Value

Type: Number

The minimum file count allowed for upload per one session.

Default value is 1.

See Also

Reference