[PHP] chunking a blob field. adding a large object chunk by chunk

2002-12-30 Thread Mike Brancato
if I wanted to read a very large object into a blob field, is there a way i could do it in 1MB chunks. using and UPDATE statement "field = field+'$data'". and just use fread to read 1MB at a time into $data. -- Mike Brancato -- PHP General Mailing List (http://www.php.

[PHP] file uploads >800K with php into a BLOB field

2002-12-30 Thread Mike Brancato
;$name','$mime','$size','$desc','$filedata');"; if(!$result = mysql_query($query)) { print 'Query to database failed.'; $myerr=mysql_error(); print "$myerr "; } -- Mike Brancato -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php