UniSharp / laravel-filemanager

Media gallery with CKEditor, TinyMCE and Summernote support. Built on Laravel file system.
https://unisharp.github.io/laravel-filemanager/
MIT License
2.04k stars 719 forks source link

auto select upload files for direct use #1194

Open forestk20000 opened 1 year ago

forestk20000 commented 1 year ago

I wish there was such a feature: After uploading files, the uploaded files are automatically selected for direct use.

I tried to modify resources\views\vendor\laravel-filemanager\index.blade.php and scipt.js , but i found , It's not enough , I still need to modify upload controller .

Any good suggestions ? thanks .