seanlim Posted December 8, 2005 Share Posted December 8, 2005 Hi all. i am storing files into a mysql database with a php script. i know its not the best method but it'll do for now. the php script breaks up the file into 512kb chunks for inserting into the database. i use several UPDATE queries to add to the blob field. however, the files are always corrupted when i join them back together. i think its because of the way i update the field. i use the MySQL CONCAT function now. any help here? i need it urgently.. thanks!! Link to comment https://forums.phpfreaks.com/topic/3005-joining-blobs/ Share on other sites More sharing options...
fenway Posted December 24, 2005 Share Posted December 24, 2005 I usually just stream the binary data out -- check out [a href=\"http://php.dreamwerx.net/forums/viewtopic.php?t=6\" target=\"_blank\"]this excellent tutorial[/a]. Link to comment https://forums.phpfreaks.com/topic/3005-joining-blobs/#findComment-10377 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.