MooTools FileManager 1.0pre
A filemanager for the web based on MooTools that allows you to (pre)view, upload and modify files and folders via your browser.
Please Note: This is currently a pre-release. The final 1.0 version is going to be released "soon".
Features
- Browse through Files and Folders on your Server
- Rename, Delete, Move (Drag&Drop), Copy (Drag + hold CTRL) and Download Files
- View detailed Previews of Images, Text-Files, Compressed-Files or Audio Content
- Nice User Interface ;)
- Upload Files via FancyUpload (integrated Feature)
- Option to automatically resize big Images when uploading
- Use it to select a File anywhere you need to specify one inside your Application's Backend
- Use as a FileManager in TinyMCE
- Provides your client with the most possible convenience ( ;D )
- Create galleries using the Gallery-Plugin
Details
- Author
- Christoph Pojer
- Current version
- 1.0pre
- GitHub
- cpojer/mootools-filemanager
- Downloads
- 2158
- Category
- Interface
- Tags
- Report
- GitHub Issues
Releases
Dependencies
- core/1.2.4: *
-
more/1.2.4.2:
- Drag
- Drag.Move
- Tips
- Assets
- Element.Delegation
How to use
Demos
- Open the "Demos/" folder and have fun
- To test TinyMCE Download and extract it to "Demos/TinyMCE" and access "Demos/tinymce.html"
- Demo of 1.0rc2 (old): http://cpojer.net/Scripts/FileManager/Demos/
Configurable Options
- See Source/FileManager.js and Backend/FileManager.php for all available options on the client- and server-side
Installation
- See "Demos/index.html" for the clientside integration
- See "Demos/manager.php" or "Demos/selectImage.php" for serverside integration
Custom Authentication
- As Flash and therefore the Uploader ignores authenticated clients you need to specify your own authentication. In order to do this you need to provide a custom "UploadIsAuthenticated" function on the serverside and you need to specify "uploadAuthData" on the client.