Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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';.