Skip to content

A module to manager files and folders from the CMS backend.

License

Notifications You must be signed in to change notification settings

techcnet/ProcessFileManager

Repository files navigation

File Manager for ProcessWire

GitHub GitHub last commit

File Manager for ProcessWire is a module to manager files and folders from the CMS backend. It supports creating, deleting, renaming, packing, unpacking, uploading, downloading and editing of files and folders. The integrated code editor ACE supports highlighting of all common programming languages.

"Screenshot showing the file manager"

Warning

This module is probably the most powerful module. You might destroy your processwire installation if you don't exactly know what you doing. Be careful and use it at your own risk!

ACE code editor

This module uses ACE code editor available from: https://github.com/ajaxorg/ace

"Screenshot showing the code editor"

Dragscroll

This module uses the JavaScript dragscroll available from: http://github.com/asvd/dragscroll. Dragscroll adds the ability to drag the table horizontally with the mouse pointer.

PHP File Manager

This module uses a modified version of PHP File Manager available from: https://github.com/alexantr/filemanager