|
Posted by BlenderStyle on 03/28/07 15:48
There's a lot of ranting going on here - strange. Anyway, check out
the link below to store binary data in MySQL. Another solution would
be to create a table (files or whatever), and have fields like id,
name, description, category, path. In the path field, you could put
the location of the file (example: /home/nosferatum/uploaded_files). I
do this same thing on one of the websites I developed. Hope that
points you in the right direction.
http://www.onlamp.com/pub/a/php/2000/09/15/php_mysql.html
Navigation:
[Reply to this message]
|