public
Description: A filemanager for the web based on MooTools that allows you to (pre)view, upload and modify files and folders via the browser.
Homepage: http://cpojer.net/blog/MooTools_based_FileManager
Clone URL: git://github.com/cpojer/mootools-filemanager.git
name age message
file .gitignore Thu Oct 08 07:25:55 -0700 2009 * Adding italian language file, Uploader fix [cpojer]
directory Assets/ Fri Oct 23 14:00:06 -0700 2009 * Dialogs are now CSS only which makes them a l... [cpojer]
directory Backend/ Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [cpojer]
directory Css/ Sat Nov 14 04:44:47 -0800 2009 * Minor IE and Chrome fixes [cpojer]
directory Demos/ Sun Nov 29 02:06:31 -0800 2009 * Changes for the forge [cpojer]
file LICENSE Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [cpojer]
directory Language/ Sun Nov 29 02:06:31 -0800 2009 * Changes for the forge [cpojer]
file README.md Thu Dec 10 12:27:32 -0800 2009 * Screenshot Update [cpojer]
directory Source/ Sun Nov 29 02:13:55 -0800 2009 * One more header change [cpojer]
file package.yml Wed Dec 09 11:07:22 -0800 2009 * Changing demos link [cpojer]
README.md

MooTools FileManager - Copyright (c) 2009 Christoph Pojer

A filemanager for the web based on MooTools that allows you to (pre)view, upload and modify files and folders via your browser.

Screenshot

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

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.