Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkymed/filemanager
a FileManager in JS + PHP to help to manage your file
https://github.com/funkymed/filemanager
Last synced: about 2 months ago
JSON representation
a FileManager in JS + PHP to help to manage your file
- Host: GitHub
- URL: https://github.com/funkymed/filemanager
- Owner: funkymed
- Created: 2013-04-07T08:55:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-04-07T10:22:17.000Z (over 11 years ago)
- Last Synced: 2024-04-13T16:21:42.099Z (9 months ago)
- Language: PHP
- Size: 320 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#filemanager
===========
A FileManager in JS + PHP to help to manage your fileThis project was coded in 2007 with prototypeJS (http://www.prototypejs.org)
GitHub : https://github.com/funkymed/selectfile
##Demo
http://www.cyrilpereira.com/filemanager/
##Author
Cyril Pereira http://www.cyrilpereira.com
##Documentation
To initialize it you have to add this to your header page
~~~~~~
And this to your bottom body
~~~var Debugger=new Object(),
filemanagerObj = new Object();window.onload=function()
{
Debugger=new debugg();
filemanagerObj = new filemanager();
filemanagerObj.openFileManager();}
~~~
/!\ You need to create a directory called "directory" in chmod 0777
To open FileManger
~~~
filemanagerObj.openFileManager();
~~~To close FileManger
~~~
filemanagerObj.closeFileManager();
~~~To hide the debug window
~~~
Debugger.toggleDebug();
~~~In the directory includes/swf you will found the source code in a .rar file of my uploader in swf