I am trying to insert a photo into a BLOB column of a MySQL table, and I get an exception:
Data too long for column \'logo\' at row 1.
Her
Use data type LONGBLOB instead of BLOB in your database table.
LONGBLOB
BLOB