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/zilenCe/mootools-filemanager.git
Christoph Pojer (author)
Sun Oct 25 06:13:33 -0700 2009
name age message
file .gitignore Wed Sep 30 14:25:56 -0700 2009 * Git on different OSes is a line-ending horror... [zilenCe]
directory Assets/ Fri Oct 23 14:00:06 -0700 2009 * Dialogs are now CSS only which makes them a l... [zilenCe]
directory Backend/ Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [zilenCe]
directory Css/ Fri Oct 23 14:00:39 -0700 2009 * Adding shadow to the gallery drawer [zilenCe]
directory Demos/ Fri Oct 23 11:00:45 -0700 2009 * Whats up with those whitespaces anyway? [zilenCe]
file LICENSE Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [zilenCe]
file README.md Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [zilenCe]
directory Source/ Sun Oct 25 06:13:33 -0700 2009 * Minor fixes [zilenCe]
file package.yml Thu Oct 08 07:25:39 -0700 2009 * Whitespaces (?) [zilenCe]
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

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"

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.