how to store blob data in sqlite database from javascript with google gear?

1.2k Views Asked by At

We have a very special requirement to store blob data in SQLite database, where We have to store documents. We have static html page which is in user disk, so we want user to upload document without connecting to internet with help of google gear, javascript and SQLite.

is it possible to do ...

Any Help Appreciated ...

1

There are 1 best solutions below

1
On

blob is possible yet limited

see a detailed article in here