PGRFileManager v2.1.0
!!! NEW RELEASE !!! PGRFileManager v2.1.0 !!!
PGRFileManager is a free (MIT license) ajax-based file manager, it can be used standalone or with FCKEditor & CKEditor.
Features:
- Add/Move/Rename/Delete folders
- Download single/multiple files
- Upload single/multiple files
- Move single/multiple files
- Copy single/multiple files
- Delete single/multiple files
- Rename file
- Return file URL to FCKEditor & CKEditor
- Image thumbnails (own thumbnail generator)
- Image rotation
- Files edit with CKEditor
- Context menu's
- Drag'n'drop files
- Drag'n'drop folders
- Upload file size limit
- Downscale image if necessary after upload
- Simple authorization
Screenshots:
Click here to see screenshotsDonations:
If you like PGRFileManager, feel free to donate this projectDemo:
Click to view PGRFileManager demo user: demo, password: demoInstallation:
- Download and unpack PGRFileManager
Installation as a plugin for FCKEditor:
- Download and Unpack PGRFileManager to FCKEditor's editor/plugins/ directory
- At the bottom of FCKEditor's fckconfig.js file add : FCKConfig.Plugins.Add('pgrfilemanager');
Installation as a plugin for CKEditor:
- Download and Unpack PGRFileManager to CKEditor's plugins/ directory
- At the bottom of CKEditor's config.js file add : CKEDITOR.plugins.load('pgrfilemanager');
Configuration:
- Edit PGRFileManager's myconfig.php file
- Remember to set write permission for PGRFileManager/PGRThumb/cache folder (necessary for thumbs generator)
Usage:
- http://yourDomain.com/pathToPGRFileManager/PGRFileManager.php?langCode=en&type=Link
- available languages, option lang: en, pl, fr, ca, nl
- option type: Link (all files), Image, Flash
License:
Licensed under the MIT LicenseLinks:
- PGRFileManager sourceforge's project page
- PGRFileManager demo (user: demo, password: demo)
- My page