Mediaplugin: [Feature Request] Feature Request - Select Multiple pics from gallery.

Created on 26 Dec 2016  路  50Comments  路  Source: jamesmontemagno/MediaPlugin

Option to select multiple pictures from photo gallery.

photobox-android-upload

feature up-for-grabs

Most helpful comment

This would be incredibly useful

All 50 comments

This would be incredibly useful

+1 for this feature!

+1 great feature!

+1 for this idea!

+1 for this feature! If you need help, let me know!

+1 for this feature!

+1 for this feature!

+1 for this feature!

+1 for this feature!

It would be very useful feature. When you are planning to implement it?
If I can wait with launching of my project or I must looking for an other solution.

I am not currently planning on implementing this as it isn't supported natively out of the box. However I will leave it around for legacy.

+1 for this feature!

+1 for this feature

+1 for this feature

How to achieve this activity? Anyone could you please explain ?

Just putting it out there, if anyone who has +1'd this issue wants to take a look at my open PR (#355) and comment on the direction and if the implementation for iOS and Android works for them that would be great.

+1 for this feature!

+1 as well as I'm also in great need of this for iOS, Android, and UWP.

+1 for this feature! Please 馃憤

Maybe this can help https://xamgirl.com/select-multiple-images-from-gallery-in-xamarin-forms/

+1 for this feature! Please ...

+1 for this feature! Please~~~

+1 please

+1 please

+1 please

+1 please

+1 this would be great!

+1 would be great, there is no any other option because ELCImagepicker is no longer supported. there is no option except this.

+1 Please . Thanks

+1 please!!!

+1 Any news, when the feature pull request could be available?

+1 @jamesmontemagno The pull request is waiting to be merged in! #612

Please merge, i need to keep my job

+1 for this feature!

+1 Please. Thanks.

+1 Please.

Please release this feature. Thank!

I guess this feature is already released in the beta/preview version. (use PickPhotosAsync - the plural -instead of PickPhotoAsync). thanks!

I guess this feature is already released in the beta/preview version. (use PickPhotosAsync - the plural -instead of PickPhotoAsync). thanks!

Great, I'll try it!
Thank you!

+1
Please make it out of beta

Crashes with "Object reference not set to an instance of an object."
at Plugin.Media.MediaImplementation+d__20.MoveNext () [0x0011b] in D:\a\1\s\src\Media.Plugin\Android\MediaImplementation.cs:128
When I don't select anything and tap back button

I am having the same problem on the latest Beta

"Crashes with "Object reference not set to an instance of an object."
at Plugin.Media.MediaImplementation+d__20.MoveNext () [0x0011b] in D:\a\1\s\src\Media.Plugin\Android\MediaImplementation.cs:128
When I don't select anything and tap back button"

Como puedo usar el beta para usar multiples fotos?

im using PickPhotosAsync() and well the gallery opens but Im still only able to select 1 photo even if I pass
await CrossMedia.Current.PickPhotosAsync(new PickMediaOptions { CompressionQuality = 80, SaveMetaData = true, }, new MultiPickerOptions { MaximumImagesCount = 3, });

Please help me out how do I get this working?

im using PickPhotosAsync() and well the gallery opens but Im still only able to select 1 photo even if I pass
await CrossMedia.Current.PickPhotosAsync(new PickMediaOptions { CompressionQuality = 80, SaveMetaData = true, }, new MultiPickerOptions { MaximumImagesCount = 3, });

Please help me out how do I get this working?

@haxor211
some galleries support picking multiple files and some dont.
For example, Samsung gallery does not support picking multiple files but Google Photos supports picking multiple files.

I am getting this exception:

(Value cannot be null.
Parameter name: cgImage

Was just fixed in latest beta, closing as this is implemented.

im using PickPhotosAsync() and well the gallery opens but Im still only able to select 1 photo even if I pass
await CrossMedia.Current.PickPhotosAsync(new PickMediaOptions { CompressionQuality = 80, SaveMetaData = true, }, new MultiPickerOptions { MaximumImagesCount = 3, });
Please help me out how do I get this working?

@haxor211
some galleries support picking multiple files and some dont.
For example, Samsung gallery does not support picking multiple files but Google Photos supports picking multiple files.

I am also facing this issue

im using PickPhotosAsync() and well the gallery opens but Im still only able to select 1 photo even if I pass
await CrossMedia.Current.PickPhotosAsync(new PickMediaOptions { CompressionQuality = 80, SaveMetaData = true, }, new MultiPickerOptions { MaximumImagesCount = 3, });
Please help me out how do I get this working?

@haxor211
some galleries support picking multiple files and some dont.
For example, Samsung gallery does not support picking multiple files but Google Photos supports picking multiple files.

I am also facing this issue

I think it's relevant: http://coder-jeff.blogspot.com/2016/05/how-to-pick-multiple-files-from.html I'm gonna switch to some other plugin to deal with this issue.

Has anybody got it working on Android? I use PickPhotosAsync, but the when I select photo in gallery, it immediately picks it(not selects it). I use latest pre-release version.

Has anybody got it working on Android? I use PickPhotosAsync, but the when I select photo in gallery, it immediately picks it(not selects it). I use latest pre-release version.

Yes it does work. However on some devices, in my case is a Galaxy Edge, the default Photo Picker by the OEM does not support multiple pick. We have to ask our users to set Google Photo as default app when dealing with this problem and everything works fine.

Was this page helpful?
0 / 5 - 0 ratings