Click or drag to resize

FieldPropertiesFileUploader_FileAccept Property

Specifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.

Namespace:  SystemProperties
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
string FileUploader_FileAccept { get; }

Property Value

Type: String
Specifies the types of files that the server accepts (that can be submitted through a file upload). Used to set the HTML input ACCEPT attribute on the field's FILE input.
Remarks
Applies to CellType FileUploader only.
See Also