![]() |
Simple plugin for file browser in codeigniter with jQuery - 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: Simple plugin for file browser in codeigniter with jQuery (/showthread.php?tid=61459) |
Simple plugin for file browser in codeigniter with jQuery - bachors - 04-16-2015 Today we want to share a cool experiment with you. It is a file browser awesome for codeigniter, which you can upload to a folder somewhere on your site and share documents, pictures and other files with the world. The app is built with PHP, jQuery, fontawesome and uses CSS3. Download https://github.com/bachors/CI-FIle-Browser-Awesome Demo http://ibacor.com/file Installation 1. application/controllers/file.php Code: // Tentukan dulu URL path direktori yang akan di scan. Example: http://ibacor.com/download/file 2. asset/js/fba.js Code: // Setting: Base_URL/Controllers_name 3. application/views/file.php Code: # Include Font Awesome |