pickFile
Opens a dialog box to select files for the upload.
Available for
Model-driven and canvas apps
Syntax
context.device.pickFile(options)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
options |
Object |
No | Options to pick file. |
The options
parameter object has the following properties:
Name | Type | Description |
---|---|---|
accept |
String |
Image file types to select. Valid values are audio, video, or image. |
allowMultipleFiles |
Boolean |
Indicates whether to allow select multiple files |
maximumAllowedFileSize |
Number |
Maximum size of the file(s) to be selected |
Return Value
Type: Promise<FileObject[]>
See Promise and FileObject
Exceptions
Related articles
Device
Power Apps component framework API reference
Power Apps component framework overview