Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.2 KB

devenv-allowedfileextensions-property.md

File metadata and controls

30 lines (23 loc) · 1.2 KB
title description ms.author ms.date ms.topic author ms.reviewer
AllowedFileExtensions Property
Specifies the list of allowed file extensions.
solsen
05/14/2024
reference
SusanneWindfeldPedersen
solsen

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';.

See also

Getting started with AL
Developing extensions