Is there a way to trigger a picture upload through a button or icon instead of picture uploader?

I see this is an old thread however still it looks unresolved, I just ran into this issue and the solution that worked for me was to use the javascript with the toolbox plugin using the following code

document.getElementById( ‘id-name’ ).getElementsByTagName( ‘input’ )[0].click();

I hope that helps.

10 Likes