question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request] Allow multiple image selection from gallery

See original GitHub issue

Hello @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:open
  • Created 5 years ago
  • Reactions:19
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

10reactions
Dhaval2404commented, Mar 6, 2019

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.

0reactions
qadirsuhcommented, Oct 27, 2022

Can use official implementation: https://google.github.io/modernstorage/photopicker/

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found