My WebSQL contains images in plain text format(dataURIs). I'm capturing photo data and saving it in an HTML5 WebSQL databse. How I can find the size of data saved?
When I use a SELECT query to retrieve this I'm getting a too large resultset error: 'TOO_LARGE_ERR'.
Can anybody help me to find this?
Thank You.