I'm using file uploading for images into a BLOB in a MySQL database, for some reason when I upload some pictures I noticed they weren't completely rendered, I then tried uploading directly into PHPMyAdmin when it then showed (Max: 64KiB)
I luckily enough run my own server so I thought to go check my php.ini for max file upload size, it's set to 250MB. So my question is,
Where is the max filesize for MySQL BLOB Uploads??
It depends on the type of your column.
From MySQL documentation:, section Storage Requirements for String Types: