Originally posted by: ajromero
Hi! I was just working on this problem. In MySQL, you can definitely just use the BLOB type but there's a 500k limit on it I think. In general, it's more practical to store just the filename and other properties (i.e. filesize, description, etc) into the database.
I just figured out how to do this with PHP/MySQL so if you need any help with this, just ask.
Good Luck,
Aaron