Do you know how i can load a big image in Mysql with rails?
I make a application like “Agile web application” book and with the
small image it’s all ok but with the heavy image Mysql give me this
error:
Mysql::Error: Lost connection to MySQL server during query: INSERT INTO
pictures (content_type
, name
, comment
, data
) VALUES(‘image/bmp’,
‘1-1.bmp’, ‘Speriamo2’, x’424d26bc0a00000
Please help me. thx