标签: java mysql user-interface blob jfilechooser
我正在尝试通过jfilechooser将图像存储到mysql数据库中。我已经使用phpmyadmin在mysql中创建了一个longblob数据类型列。如何从JFileChooser将图像插入mysql数据库?