Hello,
The JQuery-FileSystem uses the new HTML5 FileSystem.
It's kind of new making JQuery api's and make it so easily as possible to use it.
For me it worked out well.
Here is a feature list:
- Support of Temporary (what is says) and persistent (storing files all time, currently 100mb)
- Create folders
- Create files (if path doesn't exists, option to create it)
- Read files
- Write and/or append to files (ability to truncate files)
To-do:
- Get folder & files in it
- Remove folder(s)
- move, copy and rename files and folders
Link:
https://github.com/Joopie1994/JQuery-FileSystem
Currently this only supports Chrome (and other browsers which support the FileSystem API).
There is an example file on how to use it (index.html)
Live version: http://joopie1994.github.com/JQuery-...tem/index.html
I would love to see some critical feedback.
- Joopie



Reply With Quote![[JS][JQUERY] HTML5 FileSystem](http://ragezone.com/hyper728.png)


