[Feature Request] Allow multiple image selection from gallery
See original GitHub issueHello @Dhaval2404 Everything good to me, but how can i select 3 photos from gallery? It seems no method for setting this right?
ImagePicker.with(this)
.galleryOnly() //User can only select image from Gallery
.limit(3) //need method like this
.start() //Default Request Code is ImagePicker.REQUEST_CODE
Thanks.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:19
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Feature Request – Select Multiple Images
This allows you to download multiple images. Also for your use case, if you insert images into a gallery, all images that you...
Read more >Allow choosing multiple images in ImagePicker. | Voters - Expo
It would be awesome if it was possible to choose an array of images from the photo library at once.
Read more >Select multiple images from android gallery
So basically what i am trying to achieve is opening the Gallery in Android and let the user select multiple images . Now...
Read more >Feature request: Google Photos needs to let you select & ...
As you can see from the gallery below, it is possible to select multiple images within the Photos application. From there, you can...
Read more >How to Select Multiple Images from Gallery in Android?
How to Select Multiple Images from Gallery in Android? · Step 1: Create a New Project · Step 2: · Step 3: Working...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the feedback. In the current release, ImagePicker doesn’t support multiple image selection. But I will try to integrate this in the upcoming release.
Thank you for this. can this be used to pick any type of file too. ie. images, videos, docs pdf etc. everything. I am actually searching for a reliable multiple file picker