I have images stored on an external cloud and can be retrieved and viewable on Bubble - but is there a workflow where I could upload files to bubble’s database?
For example the way to upload images currently us using the picture uploader element where users have to select a file then bubble automatically uploads it onto bubble’s database → Currently we can dynamically change the picture uploader’s value but can’t find a workflow where we could trigger this upload function
I have files stored on an external database, but my app has a page screenshot function that can only capture images that are stored on Bubble’s database (CORS limitation) → thus I need to temporary store a file on bubble’s database so screenshots can work.