2
votes
Where to store uploaded files (sound, pictures and video)
I would go for the database option. I've used it on a number of projects, some very larger 100+GB. The storage implementation is key, design it poorly and your performance will be punished. See …
1
vote
mysql: can’t set max_allowed_package to anything grater than 16MB
Extending the max_allowed_packet for this reason is the result of a bad implementation. I suggest reading this article/implemen …
0
votes
How can i insert large files in mysql db using php?
The best answer is to use an implementation that is better and also works around that issue.
You can read an article here. Stor …
