barryvdh / laravel-elfinder

elFinder bundle for Laravel
745 stars 171 forks source link

Is there any way to integrate DB for file list #208

Open jmj4you opened 7 years ago

jmj4you commented 7 years ago

Hello Guys, I require another feature with elfinder to prevent unwanted DELETE of image. So I want to check whether a file is used or not. My plan is save the list of files in DB and check with DB while on DELETE.

Suggestions are highly appreciable... @the94air @thorem @sdebacker @thisisablock @bericp1 Thank you

sdebacker commented 7 years ago

I never do that before, but I'm interested to hear some advice about this feature.

jmj4you commented 7 years ago

@sdebacker Could you please tell me which file/method handle the uploading and save into directory ?.

sdebacker commented 7 years ago

Sorry, i'm not the developper nor the maintainer, I don't even use this package often.

jmj4you commented 7 years ago

Thank you for your comment