File manager for ProcessWire

This 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.

File manager for ProcessWire

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

ACE code editorDragscroll
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

Donate

Download:

Change log:

  • Version 1.0.1: Initial version
  • Version 1.0.2: Upgrade ACE to 1.4.12
  • Version 1.0.3: filemanager.php improved
  • Version 1.0.4: Solved memory limit hit in download action
  • Version 1.0.5: Some improvements
  • Version 1.0.6: Some improvements
  • Version 1.0.7: Solved problem with files containing "index.php" in the name
  • Version 1.0.8: Some improvements
Published: 25. Mar 2021
Categories: ProcessWire CMS PHP Javascript