ImagePicker icon indicating copy to clipboard operation
ImagePicker copied to clipboard

[Feature Request] Allow multiple image selection from gallery

Open gj-loitp opened this issue 5 years ago • 10 comments

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.

gj-loitp avatar Mar 06 '19 07:03 gj-loitp

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.

Dhaval2404 avatar Mar 06 '19 08:03 Dhaval2404

Hi, The is this feature is available now?

saqibsoftwares avatar Mar 02 '20 11:03 saqibsoftwares

@Dhaval2404 thanks for the amazing job. This feature would be really appreciated!

fabdurso avatar Mar 15 '20 18:03 fabdurso

Hi, is this feature is available now?

pintuag avatar Jul 28 '20 10:07 pintuag

@pintuag Not Yet 😞

Dhaval2404 avatar Jul 28 '20 11:07 Dhaval2404

Anyone want to test this fork out? It seems to have implemented Multiple Image Selection

just have to call setMultipleAllowed(true) on the ImagePicker builder

lmj0011 avatar Mar 07 '21 02:03 lmj0011

Is this being worked upon?

zeusalmighty717 avatar Aug 16 '21 03:08 zeusalmighty717

Anyone want to test this fork out? It seems to have implemented Multiple Image Selection

just have to call setMultipleAllowed(true) on the ImagePicker builder

How to use this fork?

qadirsuh avatar Oct 27 '22 16:10 qadirsuh

Anyone want to test this fork out? It seems to have implemented Multiple Image Selection

just have to call setMultipleAllowed(true) on the ImagePicker builder

How to use this fork?

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

thesohelshaikh avatar Oct 27 '22 17:10 thesohelshaikh

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

qadirsuh avatar Oct 27 '22 17:10 qadirsuh