john8675309
08-13-2004, 10:20 PM
I am using php 5.0.0 and I need to put a very large file into the database > 700 megs and I always get an emalloc() error. How can I make it so I can split the blob and send it to the DB piece by piece? I read something about:
mysqli_send_long_data that is supposed to send data in chunks but I think I need a newer database version. Please help
Versions:
php-5.0.0
Mysql-4.0.20
--John
mysqli_send_long_data that is supposed to send data in chunks but I think I need a newer database version. Please help
Versions:
php-5.0.0
Mysql-4.0.20
--John