dev-master
9999999-dev https://github.com/coolcsn/CsnFileManagerFile manager for ZF2
BSD-3-Clause
The Requires
- php >=5.3.3
by Stoyan Revov
zf2 upload csn-file-manager
Wallogit.com
2017 © Pedro Peláez
File manager for ZF2
Zend Framework 2 Module, (*1)
CsnCsnFileManager is a simple File Manager that lets users upload files. It makes it easy to download a file or include it in your html. The files are stored in a directory not directly accessible by Apache., (*2)
Installation via composer is supported, simply run:
php composer.phar require coolcsn/csn-file-manager:dev-master, (*3)
Copy the sample file-manager configuration from ./vendor/coolcsn/csn-file-manager/config/file-manager.local.php.dist to ./config/autoload renaming it to file-manager.local.php. Edit the file, replacing the directory path with one where you want to store the uploads, set the maximum file size in bytes - default is 200kb., (*4)
Add 'CsnFileManager' to your application configuration in config/application.config.php. An example application configuration could look like the following:, (*5)
'modules' => array(
'Application',
'CsnUser',
'CsnFileManager',
)
Note: You may need to enable the php_fileinfo extension depending on your php version., (*6)
How can I upload my gorgeous profile picture?
Navigate to [hostname]/csn-file-manager. Enjoy :), (*7)
This Module requires that you have a working authentication and authorization modules (in order to control who can upload files and who has access to them). You can check coolcsn/CsnUser and coolcsn/CsnAuthorization., (*8)
File manager for ZF2
BSD-3-Clause
zf2 upload csn-file-manager