Colleagues, I have to record video and audio in a MySql database, whether BLOB or String field. Someone knows how to do it? If you can give me a code snippet. Thank you.
Please notice that there are RAM limits! Even the uploads may take some time and your server configuration maybe doesn't accept such big data. Maybe it's better to use ftp to upload the data as files. Please take care of any copyrights, too.
That would be a lot of data for a Blob or String in an Database field. I would think it would be better to save the files locally and store the URL to the database.