Laravel – Store very large files in mysql db
My implementation is laravel, but this could generally apply to php/mysql. I have a large file, generally about 500MB that I want to store in the database. If it helps, the file itself is a zip of pdfs. The code…