Hi Jason
9am your time 5pm GMT today any good?
I got your last email so please send Zoom instructions and hopefully speak to you in a couple of hours
Hi Jason
9am your time 5pm GMT today any good?
I got your last email so please send Zoom instructions and hopefully speak to you in a couple of hours
I just sent another email. So weird these were not going through. I may need to add your email to my contact list so it comes through correctly. Not sure why it keeps sending it to my junk folder.
Take a look at my schedule availability at www.nocodeminute.com or click here for a 1-Hr Session.
Thank you for detailing this problem in such great detail. Very very much a problem for me as well.
No worries. Hope it helped.
hey check out my solution
Hello everyone recently i faced idea of preshowing multiple uploaded images of item, at add item page i found out it could made by plugin Multiple image but implementation is ugly (my opinion) so i want to share my solution and would like to hear feedback from you about implementation is it any good or has issues i didnt thought about so this is what i wanted to pre-show images on add item page [image (3)] fisrt of all lets imagine workflow [image4] we need to create âbuffer zoneâ [daâŚ
Cool. How fast is it to show the images?
well it show right the way you click upload you donât need to refresh page if this is what you asking
Hi @boston85719 ,
thank you for the great post!
I tried to implement the Multi-File Uploader in the way you described.
However, I have problems when I try to display the images somewhere else.
I tried with the button inside the repeating group as well as outside (in the latter case for all pictures together) - to me it didnât seem to make a big difference, at least in the database the images seem to be fine.
â Is there a way I can see in the database whether the picture was saved correctly? It seems to my ordinary eyes that the âimageâ and the âimage_s3â are the same - at least I can download both of them in the database as a JEPG.
When I try to display the photo(s) on another page, they show up for like 1 second, then they disappear. Do you have any idea what the problem could be?
Iâd really appreciate your help, thank you!
Build stuff without code and launch a startup without a tech-cofounder! Bubble is a visual programing language. Instead of typing code, use a visual editor to build applications.
Check out @norbert.nica post below. He shares his editor for you to see what is going on behind the scenes and he did a great job putting it together.
Great, thanks!!
I used this Plugin for Minnnis [New Plugin] Uppy File + Webcam Uploader
The Uppy uploader has no flexibility for multilingual / flexible setups. So far, @norbert.nica 's post has the most flexible and versatile solution for this. Only downside: it doesnât really block the users from only selecting images when needed.
Thanks for the share!
I have not yet created a âsave allâ button but assume it wonât be an issue
Hi @boston85719 . Did you happen to create a save all? Thatâs where Iâm stuck right now.
P.S. - Great post. Was number #1 on my google search.
Did you happen to create a save all?
I did not, but if in need of it, I would set it up using a recursive backend workflow.
Set up the button âsave allâ to trigger the backend recursive workflow. The backend workflow should have a key parameter ( maybe label it âimage-listâ ) that is of type File and is a list/array.
Then set up the same workflow action for saving the individual image through the recursive backend workflow.
Was number #1 on my google search
What was the google search term you used?
New video based tutorial available for this functionality, with an optimized approach and a âSave Allâ functionality, as well as clear all.
Most important improvement over the original tip, is the maintenance of the file manager to avoid any âghostâ files in your file manager.
Create a multiple image uploader for your Bubble application and ensure your data file manager does not have 'ghost' files. | NoCode Trainer
Tutorial includes access to the tutorial editor if you wish to copy and paste the complete feature set into your application.
Boston85719 is an expert Bubbler with a decade experience as an educator. Real name Matthew, he has been actively building SaaS apps, marketplace apps, scheduling apps and more for clients, himself and for sale as templates.
As an official Bubble Bootcamp Instructor, he leads Bubble Bootcamps on a regular basis.
Always willing to offer advice via the Bubble Forum, Matthew also offers Private Personal and Group Training Sessions.
Through his site, NoCodeTrainer, Matthew provides a range of tutorials with editor access to help you jumpstart your Bubble development.
Always accessible you can send Matthew a private message via the forum or send an email directly with your requests.
Be sure to checkout the Stripe Integration Course when you are ready to integrate Stripe payments to start monetizing your application via product sales or subscriptions.
To hide the Uploader as it loads do the follwing:
Note: 0 is a zero above not an O.
Other styling can be done, but I did not dig into the CSS to figure it out. At least this hides it.
Regards, John
Hi! I would like to know if itâs possible to upload images that are inside a date range or from a specific date. For example: user clicks the multifile uploader and shows only yesterdayâs photos.
When a user clicks a uploader it opens their devices storage. So I do not think it would be possible to manipulate their devices storage from your webapp.