views:

367

answers:

1

Hi,

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  A: 

blob is possible yet limited

see a detailed article in here

Tzury Bar Yochay
is there any way we can achieve to upload file in offline mode with google gear, javascript and SQLite.
Bihag Raval