Open Fileuploader with Icon

Hey Guys,

i want to open the FIleuploader with an Icon Click. I think the Solution is the Toolbox Plugin.

I asked chatgpt to write a javascript which should trigger the element with the Fileuploader ID. But it doesnt seem to work.

What i tried is to use the html element and pasted this code:

I doublechecked that the fileuploader element has the id “fileuploader”

I created a button with the workflow “Run Javascript” with the script bubble_fn_triggerFileUploader();

When i click on the Button nothiing happens. Anyone here who can help?

You don’t need toolbox or plugins. Just put the file uploader in front of the icon and set it to be totally transparent. See the demo below:
chrome_3HkW1hVdQf

They are together in a group:

And fileuploader is transparent:

Here is the editor if you want to see yourself:

Oh thats clever. Thanks for the Solution