Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#filemanager
===========
A FileManager in JS + PHP to help to manage your file

This 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