On Wed, 28 Nov 2001 19:06:54 +0800, [EMAIL PROTECTED] (Brian Feliciano) wrote:
>can MySql can hold a binary data? is it possible to upload an image "inside" >the database? yes >i want to upload an image, but i don't want it to be a file, i want it to be >a data in my database. is there a way i can deconstruct the image and place >it in the database and then retrieve and reconstruct it again? it is possible but I would strongly suggest you don't do this. Keep images in a seperate directory and store a link to the file in your db. To to the mysql.com site and get on their newslists .. great help DSig David Tod Sigafoos -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]