Hi Joseph,
Could you please kindly post your table structure also. Also the value you are passing thru request.getParameter().
Regards
Aravind
this is my table structure: mysql> show tables;
+-------------------+
| Tables_in_filesdb |
+-------------------+
| bigfiles |
| login |
+-------------------+
2 rows in set (0.06 sec)
mysql> desc bigfiles;
+----------+-------------+------+-----+---------+-------+
| Field | Type | Null | Key | Default | Extra |
+----------+-------------+------+-----+---------+-------+
| file_id | varchar(15) | YES | | NULL | |
| file_img | longblob | YES | | NULL | |
+----------+-------------+------+-----+---------+-------+
2 rows in set (0.19 sec)
thanks for your assistance
Best regards
joseph