Open
Description
I am trying to configure the standalone version to do the following, any advice would be much appreciated:
Standalone button click -> Open Bootstrap Modal with filemanager UI inside
In filemanager, upload photo as normal
Click photo to add to standalone input and close this modal
Return to standalone button with image thumbnail appended
Currently, I have tried adding the iframe of filemanager to the HTML of a modal and calling it with a data-toggle on the 'Standalone anchor' button. This works but once uploaded, clicking on an uploaded image simply redirects the browser directly to the image source URL.
Many thanks