Originally posted by: xirtam
I think he means instructions on how to use some kind of language like PHP or ASP to insert a JPEG into a mysql db as a BLOB. I've recently decided I need to do something similar.
Here's one justification for doing so over just storing the path: Filenames. I have to separately figure out a way of providing a mechanism for renaming filenames uniquely upon uploading to the server to ensure that I don't overwrite a file. I also have a lot of files cluttering my directories.
Originally posted by: larva
Hi,
I agree with Xirtam that putting image files into database can be managed easily ! I also have a lot of files cluttering my directories. So any source out there can guide us to insert picture file into mysql database ? Thanks !
larva