laravel-filemanager icon indicating copy to clipboard operation
laravel-filemanager copied to clipboard

Open Standalone in Bootstrap Modal instead of new tab/window?

Open shankhadevpadam opened this issue 5 years ago • 1 comments

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

shankhadevpadam avatar Mar 17 '19 08:03 shankhadevpadam