Android HTML5 FileApi can i read file from SD Card?
问题 Is there a way for Website to read certain file from Android SDCard (i know that this file exist on SDCard) while working in browser? I want my website to open "certain video file" from SDCard (hugeXXX.avi) :) Is it even possible? 回答1: The HTML5 Filesystem API allows web pages to open and manipulate files only within a sandboxed filesystem. The browser decides where and how this sandboxed filesystem exists, and your webpage cannot break out of the sandbox to access arbitrary files on the