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 (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 08 07:25:55 -0700 2009 | |
| |
Assets/ | Fri Oct 23 14:00:06 -0700 2009 | |
| |
Backend/ | Thu Oct 08 07:25:39 -0700 2009 | |
| |
Css/ | Sat Nov 14 04:44:47 -0800 2009 | |
| |
Demos/ | Sun Nov 29 02:06:31 -0800 2009 | |
| |
LICENSE | Thu Oct 08 07:25:39 -0700 2009 | |
| |
Language/ | Sun Nov 29 02:06:31 -0800 2009 | |
| |
README.md | Thu Dec 10 12:27:32 -0800 2009 | |
| |
Source/ | Sun Nov 29 02:13:55 -0800 2009 | |
| |
package.yml | Wed Dec 09 11:07:22 -0800 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.

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.







