B4A Question Content Chooser - Crashes on multiple phones. - Erel (first post)    Nov 05, 2020   (1 reaction) I've also encountered this issue with one device. It seems like a bug in the third party app. It doesn't grant the permission properly.
You don't need any permission to access the resource returned by ContentChooser.
You can add Try / Catch to catch this error. B4A Question Content chooser: Multiple selection? - DonManfred (first post)    Oct 31, 2016   (2 reactions) maybe this helps
http://stackoverflow.com/questions/19513556/select-multiple-files-with-intent-action-get-content B4A Question Select Multi images form local and save them in mysql - Andrew (Digitwell) (first post)    Nov 01, 2021 I don't believe you can select multiple files at once. Content chooser allows you to select a file at a time. https://www.b4x.-folder-or-other-dir-image-file-chooser-xui-xclv.99930/ https://www.b4x.-example-select-image-at-phone.109022/#content There are many other examples of this. Adding an im B4A Question Add multi type in content chooser - Erel (first post)    Jan 27, 2021 You will need to set the mime type to */*.
You cannot have multiple types with ContentChooser.
MediaChooser class from this project can be useful: https://www.b4x.com/android/forum/threads/b4x-b4xpages-pleroma-mastodon-client.119426/#content B4A Question webview multiple files upload - Erel (first post)    May 04, 2020 It is not simple to choose multiple images as different file browsers and pickers behave differently. You will not be able to use ContentChooser for this.
Relevant discussions: https://www.b4x./?query=Content+Chooser+multiple
The uploading code will also need some changes though they are simple. B4A Question choose specific image files - Erel (first post)    Sep 13, 2018   (1 reaction) You can use ContentChooser to let the user choose an image. You can set the mime type to image/jpeg. I don't know whether the third party app will respect it or not. You cannot set multiple mimes. B4A Code Snippet To get multiple media files and folders via MediaStore (info and paths) - GeoT    Mar 07, 2023   (4 reactions) Hi. 65-E7LUttms First I tried to make a gallery, trying a recursive algorithm to find all the folders with images and/or videos inside. But it takes forever to search. I then tried to take advantage of the Android Gallery with an ACTION_GET_CONTENT intent to select multiple images or videos. Bu B4A Question ContentChooser - select multiple photos - red30    Jul 23, 2018 I found two topics (1,2) about the choice of several files but didnt found the answer. Can I choose several files using ContentChooser? Here was written about EXTRA_ALLOW_MULTIPLE. Can I add this function to ContentChooser? I need to add 10-15 photos at a time in my app, and it is very long to add t B4A Library ✨ Magic API Library: Transform Your MySQL Database into a REST API in Just 5 Minutes! ? - fernando1987 (first post)    Jan 08, 2025   (2 reactions) 🎉 Announcing Magic API Version 5: Revolutionize Your Database Management! 🚀
We are thrilled to unveil Magic API Version 5, now packed with even more powerful features to elevate your database management experience. This update introduces the brand-new MagicFiles module and several exciting addition B4A Question Camera As option in Content Chooser - Leonidas Brasileiro    Feb 01, 2018   (1 reaction) Hello,
I have successfully implemented both Content Chooser and Intent Based Camera in one project.
These are the sources I used:
https://www.b4x.-chooser.12940/
https://www.b4x.-based-camera.69215/#content
I have seen some apps where the camera is placed as an option in Content Chooser.
Any i Page: 1   2   3   4   5   6   7   Powered by ColBERT |