Hi Fellow Bubblers,
Need help with the picture uploader element.
I have a page using the built in picture uploader element. Upon button click i am storing the image and its url into a thing.
The issue is it takes time for the picture uploader to load the image on my page and by that time if submit button is clicked the thing is created with all other fields except the image and the url.
Any way around this?
If I wait for the image to show on my page and then submit it works correctly.
Btw, the image size is just 300kb.
Thanks for your suggestions.