Hello, I am trying to see if there is any way to use mediapress to upload multiple images on mobile on one selection action. I am on iOS and Android and both browsers (safari and chrome respectively) do not allow me to upload more than one picture at a time. Is there any way to force the button to allow a multiple select on the upload form?
It seems like this was working in the past from this thread: https://buddydev.com/support/forums/topic/problem-uploading-media-from-mobile/
Thank you for the help!
Matt
Hi Matt,
Welcome to BuddyDev support forums.We do not restrict the number of uploads. The issues seems to be limitation imposed by os/browser.
Please see
https://github.com/FineUploader/fine-uploader/issues/840Also, Please check if you are able to upload multiple photos using WordPress Add media action in backend.
Regards
BrajeshThanks for the information! Uploading media through the WP media interface works fine with the ability to select multiple images on both iOS and Android.
I am having a hard time seeing where the filepicker is opened in the first place in the code. Maybe if you can point me in the right direction, I can contribute a fix to make it work.
Hi Matt,
Thank you.
I saw your PR on the github repo.Can you please give a try to the latest version from github and check if the same issue is still there?
Regards
BrajeshHi,
Appreciate this post is a few years old but even in 2025 the issue of not being able to upload multiple images on mobile was still there but fixed at least on Android by going to the Mediapress plugin in the WordPress Content Folder, then opening Assets and then mpp-assets-loader.php. Line 177 is set to “false” but by setting to “true” ie $defaults[‘multi_selection’] = true; Multiple Image Selection on Android now works. Don’t know about iOS. Hope this helps!
Hi Russel,
Thank you for the suggestion.
I appreciate it.We have done it intentionally due to limitations of platform(not having uniformity on allowing file selection for ios/android etc).
We do not plan to add it as it creates broken experience with the current uploader(in 2.0 branch, this is not an issue).
I will suggest using the filter
mpp_upload_default_settings
to filter and override.Regards
Brajesh
You must be logged in to reply to this topic.