Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

insert PDF file to MySQL LONGBLOB column

843859Jul 14 2005 — edited Jan 19 2010
Hello,
Is there is a way to INSERT and store PDF files to the LONGBLOB MySQL column. There is a way of doing so with .jpg or .gif files, as described at http://javaalmanac.com/egs/java.sql/InsertPs.html?l=rel
Works perfectly well with images. But when I am running the same program trying to insert PDF file, I am getting UNSUPPORTED IMAGE FORMAT error message
Can anyone point me to the working example of how to upload PDF files to the MySQL LONGBLOB.
Thanks in advance,
VM
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2010
Added on Jul 14 2005
5 comments
3,584 views