Error saving Multiupload images

HI, i have a form multi-upload, if i upload some images less 57 KB work fine, But when i try upload a image 78KB, i got an error:
INSERT ERROR:
{SC_DB_ERROR_INI}View SQL{SC_DB_ERROR_MID}UpdateBlob(…){SC_DB_ERROR_CLS}Close{SC_DB_ERROR_END}

my form:
image

my database is mariadb and my config have max_allowed_packet=16M.

Any idea? this screenshoot of the error:

1 Like

Hi, i could fix my error: my field was BLOB. i change it to MEDIUMBLOB
FIX IT.

1 Like