Where is the filesystem in html5 stored on the real file system?

北慕城南 提交于 2020-01-01 18:37:09

问题


If I use JavaScript to create a file on a HTML5 Filesystem, can I find it on the real file system of my computer?


回答1:


originally I think all file is stored on a virtual file system , so files can be protected. but it's not. for chrome, file is placed at "C:\Users\user name\AppData\Local\Google\Chrome\User Data\Default\File System" with obfuscated name on windows 7. so you can operate on it as local file.



来源:https://stackoverflow.com/questions/11719816/where-is-the-filesystem-in-html5-stored-on-the-real-file-system

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!