FilePickerFileType
Defines the file types that can be selected using the FilePicker.
Inherits: enum.Enum
Properties
Properties
ANYclass-attributeinstance-attribute
Allows any file type.
AUDIOclass-attributeinstance-attribute
Allows only audio files.
CUSTOMclass-attributeinstance-attribute
Allows only the custom file types specified in the allowed_extensions list.
IMAGEclass-attributeinstance-attribute
Allows only image files.
VIDEOclass-attributeinstance-attribute
Allows only video files.