Posts by Gustavo • 1 point
1 post
-
0
votes1
answer27
viewsA: Send files to Mysql in Blob
Use "Loadfromfile" from the field. Below is an example of the form used. Considering the following table: CREATE TABLE `arquivos` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `arquivo` BLOB NULL DEFAULT…