This is the article for you:
http://php.dreamwerx.net/forums/viewtopic.php?t=6
Shows how to store large files in database... I've currently got gigs and
gigs of files in mysql using this method..
On Tue, 2 Dec 2003, Jim Kutter wrote:
> Hi folks.
>
> I'm storing files in a BLOB table for a numbe
Hi folks.
I'm storing files in a BLOB table for a number of reasons for my web
app, and I'm trying to break up uploads so I insert smaller chunks (my
app imposes restrictions on memory usage, so reading the whole file at
once and doing an insert doesn't work).
What I do is insert the record, then