Is it possible to upload a video into an SQLite DB (not just the URL)? I have tried it but have not found success; if any one knows the solution, please ...
I have several video files stored as blobs in a SQLite database. I know that I can access this data using the SQLite API:
sqlite3_blob_open sqlite3_blob_read
The problem is that ...
i have an application in which their is button named video.when a user clicks on the button a new view opens which consists of 4 other buttons namely take video ...