This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Christoph Pojer (author)
Sun Oct 25 06:13:33 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Sep 30 14:25:56 -0700 2009 | |
| |
Assets/ | Fri Oct 23 14:00:06 -0700 2009 | |
| |
Backend/ | Thu Oct 08 07:25:39 -0700 2009 | |
| |
Css/ | Fri Oct 23 14:00:39 -0700 2009 | |
| |
Demos/ | Fri Oct 23 11:00:45 -0700 2009 | |
| |
LICENSE | Thu Oct 08 07:25:39 -0700 2009 | |
| |
README.md | Thu Oct 08 07:25:39 -0700 2009 | |
| |
Source/ | Sun Oct 25 06:13:33 -0700 2009 | |
| |
package.yml | Thu Oct 08 07:25:39 -0700 2009 |
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.

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.







