CodeIgniter Forums
File/Media Manager Library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: File/Media Manager Library (/showthread.php?tid=63973)



File/Media Manager Library - sammyci - 12-29-2015

I been googling for three days to find a decent file manager for CI. I have downloaded a few free/open source but not satisfied:

fileman : small foot print and easier but hard to integrate to CI due to security issues (getting CI Session status outside the CI is hard).

KCFinder: again hard to integrate into CI.

All others I tried fall along the same problems. Or there is a secure way to pass the CI instance to media managers outside application folder?

My requirements are:

Multiupload and other related file management tasks (copy etc)

No database requirement
No user/user group nor login


RE: File/Media Manager Library - Blair2004 - 12-30-2015

It's still hard to find such library made for CI. When i was working on 1.0 tendoo cms branch http://github.com/Blair2004/tendoo-cms/branches, i was also looking for such library, but there wasn't until now nothing about that. So i decided to customize this https://blueimp.github.io/jQuery-File-Upload/.


RE: File/Media Manager Library - dsivic - 12-30-2015

https://github.com/Studio-42/elFinder/wiki/Integration-with-Codeigniter-2


RE: File/Media Manager Library - sammyci - 01-05-2016

Thanks guys. We have decided to start from scratch and develop our one for CI3.0. It will be a lot work but we already have a bunch of apps set in line to be developed by CI.


RE: File/Media Manager Library - redha - 02-18-2016

I use kcfinder before (2012 - 2015), integrated with CI (textbox, image url callback, etc), i'm very satisfied because it work as I need

Then I face a problem with security, my website got hack many time, because I cant protect (integrate with session).

Now I start using elfinder but I cant integrate with textbox and ckeditor.