0.1.2-dev.0115e2b.1632990878 • Published 4 years ago
@robingenz/capacitor-file-picker v0.1.2-dev.0115e2b.1632990878
Maintainers
| Maintainer | GitHub | Social |
|---|---|---|
| Robin Genz | robingenz | @robin_genz |
Installation
npm install @robingenz/capacitor-file-picker
npx cap syncConfiguration
No configuration required for this plugin.
Demo
A working example can be found here: robingenz/capacitor-plugin-demo
Usage
import { FilePicker } from '@robingenz/capacitor-file-picker';
const pickFile = async () => {
const result = await FilePicker.pickFile();
};API
pickFile(...)
pickFile(options?: PickFileOptions | undefined) => Promise<PickFileResult>Open the file picker that allows the user to select a file.
| Param | Type |
|---|---|
options | PickFileOptions |
Returns: Promise<PickFileResult>
Interfaces
PickFileResult
| Prop | Type | Description |
|---|---|---|
path | string | The path of the file. Only available on Android and iOS. |
name | string | The name of the file. |
data | string | The Base64 string representation of the data contained in the file. |
mimeType | string | The mime type of the file. |
size | number | The size of the file. |
PickFileOptions
| Prop | Type | Description |
|---|---|---|
types | string[] | List of accepted file types. Look at IANA Media Types for a complete list of standard media types. Example: ['image/png', 'application/pdf'] |
Changelog
See CHANGELOG.md.
License
See LICENSE.
0.3.0-dev.d8fa252.1657736483
4 years ago
0.3.1-dev.cc71c90.1659196235
4 years ago
0.3.1
4 years ago
0.2.3-dev.d526b23.1645637097
4 years ago
0.2.3-dev.71fe59d.1645636482
4 years ago
0.3.0
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0-dev.eb6aa67.1635342136
4 years ago
0.1.2-dev.0d9bbf8.1632994827
4 years ago
0.1.2-dev.2f19bae.1633125947
4 years ago
0.2.0
4 years ago
0.1.2-dev.e3fbd8d.1633070815
4 years ago
0.1.2-dev.0115e2b.1632990878
4 years ago
0.1.2-dev.64f7cf1.1633182090
4 years ago
0.1.2-dev.417a63c.1633083868
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.1-dev.14e75be.1630229855
4 years ago
0.1.0
4 years ago
0.0.1-dev.7ee9b4e.1628929686
4 years ago
0.0.1-dev.a32bbc1.1628845682
5 years ago
0.0.1-dev.6079245.1628795736
5 years ago
0.0.1-dev.27b076a.1628718764
5 years ago