mysql db image convert to file
Posted
by ntan
on Stack Overflow
See other posts from Stack Overflow
or by ntan
Published on 2010-03-20T08:13:58Z
Indexed on
2010/03/20
8:21 UTC
Read the original article
Hit count: 298
Hi i am writing a converter from Oracle to mysql
In Oracle the images are stored in db.
I want to read the content of the image and save to file system
I suppose that i have to read the blob entry and using php file commands create the file (am i right)
What about image type. Should i save as jpg (what if the store image is not jpg)
Any suggestion are welcome
© Stack Overflow or respective owner