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.
;$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
2 matches
Mail list logo