Multi-select image-picker

Hi there,

Does anyone know if this feature is on the roadmap?
It would be a great feature to let users simply select and upload multiple photos/images at the same time, instead of creating a separate screen and having them upload one by one.

Thanks

1 Like

not this point but you can request it here https://adalo.canny.io/ or you can contact people like @gskachkov to try to make you a custom component to do that

3 Likes

I think it is something you should create yourself. Or yes, as a person suggested above, you can write to a special form and leave a request for developers.

In case if you will decide to create a script yourself, please ping me. Also, if you need some images to test, there is a good online library I personally use myself for my tests as well: https://wallpapercosmos.com/. I think it might be useful

1 Like

Uploading multiple photos at once is an expected feature for most users. It is killing me and my users that this isn’t something that already exists in Adalo, or at least a feature coming. Can someone make this happen? If it’s been done, please point me to the component. Thanks!

" Multi-Image Picker" component was recently added to the store by Nocodemonkey
@Wonderbot give it a try

1 Like

Is it a component

1 Like

I used the multi-image picker and when I try to publish in Android, it gives me an error. I can only publish if I dont have it. Asked for support from NoCode monkey but nothing has happened so far in terms of a solution. Frustrating since this is the only thing that is stopping me from launching.

Hello there,
Thanks for sharing this link mate: - https://wallpapercosmos.com/ . as I found this very useful and informative. I am surely gonna bookmark this one.

1 Like

@warnaka, there’s no issues! I have a app using this component and no issue for now! If you like you can send me a DM

Hi @dilon_perera, I am using it on my app but how can I show user what they have selected after upload see screen:

You can show a list of images. So you have to store the images on a separate collection and relate each record with product collection records using a relationship. So a image can have one product and a product can have many images. So in the list you show current product > images. On the multi image picker you create a image in the images table.

@dilon_perera, But before we move onto the table/DB - this multi-select image picker isn’t previewing what I am about to send to the images DB. Why?

Could you explain a bit? I have used multi image picker on a client’s app and don’t have it in my account to show you. So what’s not working to you? I’ve seen that you created a post for this and the other makers says the same. You need a collection to store the images for that product because if you store all images as different properties in the same row on the products collection, that’s not a list so you can’t show it in a list or the component you’re trying which is image slider.

I have created an image collection and this multi image picker “upload product images” is sending the images there but I need it to preview the images to the user before it sends i.e. if there 4 images the user is sending he/she wants to see them before hitting that submit.

Yeah, so you can add a list under the button and filter it for current product > images. Remember that you have to create a product record before coming to this screen.

Thank you everyone I am sorted now! @dilon_perera thank you sir :sunglasses: :nerd_face:

1 Like