Skip to content

Load image from gallery using input of type file #445

@azkdev

Description

@azkdev

Can we upload images using inputs of type file?
I have been added android permissions like this:

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.CAMERA" />

and then requesting permissions using PermissionHandler in my app:

PermissionHandler().requestPermissions([
    PermissionGroup.photos,
    PermissionGroup.storage
]);

but when I tap the image upload input, nothing happens =c
debug logs are also blank.
thanks in advance

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions