Editar

Compartir a través de


AllowedFileExtensions Property

Version: Available or changed with runtime version 13.0.

Specifies the list of allowed file extensions.

Applies to

  • Page File Upload Action

Remarks

The AllowedFileExtensions property allows you to specify, which file types the user can drag to a drop zone. The property is a comma-separated list of file extensions. For example, if you want to allow the user to drag .jpg, .jpeg, and .png files to the drop zone, you would set the property to AllowedFileExtensions = '.jpg','.jpeg','.png';. For mor information, see Add drop zones for file uploads.

See also

Getting started with AL
Developing extensions