I am working on attachments in my project.and also we are implementing the browser cache.
when we are online we upload the document and convert that file into binary format and store into Database with the help of Stream class on server side.
the same thing i want to implement in offline mode with indexed db so i want a solution in which i'l be able to convert the file into binary format and store that into Indexed db.
i have gone through the File System API but it supports only Chrome only i want it should support all browsers.
also i have tried Jquery.stream class but i am not able to use that.pls provide any solution for the same.
Thanks in advance