On 20/03/2013 14:46, [email protected] wrote:
Hi, I am new to firefox os app development. I want to make a simple file browser for firefox os for a local hackathon. The thing is I couldnt find the proper api which would allow me to read all the local files. Is it the filereader api or the file api? For both the abovementioned api, I couldnt find out how to actually get the reference of the file without the user actually choosing a file.
You might want to look at the device storage API: https://developer.mozilla.org/en-US/docs/WebAPI/Device_Storage_API Gabriele _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
