I need to upload / paste a pdf file in blob in my sqlite-db, I use html5 and javascript.
I use sqlite db locally using html5 and Safari browser, I have db that is beautiful ... just need to know how to insert blob into db from pdf file on the same one, obviously, because it is a local, box.
I assume that sql will be a bit of an insertion into myblob column values ("/documents/myfile.pdf");
Any advice or recommendations are appreciated. Thank.
source
share