google chrome - Creating File/Folder with pure JavaScript -


i want know more filesystem in google chrome, mozilla or opera . have used fso.js didnt me create, delete or list local files.

is there way of filesystem pure javascript?

no, there not. there brief attempt create sandboxed file area via filesystem api, abandoned.

right now, real file access have in browser-hosted javascript code via file api, more limited (though still useful). lets read files user explicitly gives permission read via input type="file" or drag-and-drop event.


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

ruby on rails - Seeing duplicate requests handled with Unicorn -