Aurigma Image Uploader 6.5 Dual
ImageUploader..::.FileMask Property
File mask for the files which are allowed to be displayed and uploaded.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property FileMask As String
C#
public string FileMask { get; set; }
Property Value
A string value that specifies a file mask for files allowed to be displayed and 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 "*.*" (all files).