Files
simple-file-manager/README.md

20 lines
682 B
Markdown
Raw Normal View History

2013-10-18 19:39:27 -07:00
simple-file-manager
===================
A Simple PHP file manager. The code is a single php file.
2013-10-18 22:53:53 -04:00
2013-10-18 23:03:31 -04:00
Just copy `index.php` to a folder on your webserver.
2013-10-18 22:53:53 -04:00
2013-10-18 23:02:16 -04:00
## Why it is good
2013-10-18 22:53:53 -04:00
- Single file, there are no images, or css folders.
- Ajax based so it is fast, but doesn't break the back button
- Allows drag and drop file uploads if folder is writable by the webserver
- Suits my asthetics. More like Dropbox, and less like Windows Explorer
- Works with Unicode file names
- The interface is usable from an iPad
- XSRF protection (though no authentication system)
2013-10-18 23:02:16 -04:00
## Screenshot
![Screenshot](https://raw.github.com/jcampbell1/simple-file-manager/master/screenshot.png "Screenshot")