Gets or sets a file mask for the files which are allowed to be uploaded.
Namespace:
Aurigma.ImageUploaderFlash
Assembly:
Aurigma.ImageUploaderFlash (in Aurigma.ImageUploaderFlash.dll)
Public Property FileMask As String
public string FileMask { get; set; }
Type: System.String
The file mask for the files allowed to be uploaded. You can use the standard wildcards such as asterisk * (arbitrary substring)
and question mark ? (arbitrary character). To specify several masks, separate them by semicolons, e.g. *.jpg;*.jpeg;*.jpe. To display all possible
files, use *.*.
Default value is "[]".