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; }
ReadOnly Property FileUploader_FileAccept As String
Get
Property Value
Type:
StringSpecifies 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