insert PDF file to MySQL LONGBLOB column
843859Jul 14 2005 — edited Jan 19 2010Hello,
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