Chrome does not allow you to write directly to the file system. It provides an API that gives you access to an isolated environment, but does not allow you to access anything beyond that.
Firefox allows read / write access to the file system through XPCOM components , but users must allow access via: config (I donโt remember the key by hand, but I will look and edit if I find it again).
Demian brecht
source share