RE: [PHP] Re: Store uploaded files in MySQL-BLOB

2001-07-10 Thread Ben Bleything
This won't work if they're binary files. Also, for most binaries, it's better to use LONGBLOB... much more flexibility. But there's a bunch of stuff to tweak to get it to work. http://www.phpbuilder.com/columns/florian19991014.php3 has details. Ben -Original Message- From: Adam [mailt

[PHP] Re: PHP] Re: Store uploaded files in MySQL-BLOB

2001-07-10 Thread Adam
> The project is a kind of knowledge base. For each entry a user creates, he > should be able to give additional information, such as every kind of file > (i.e. not only code files but also images etc). > There is an where he selects the file to be > uploaded. The php-script is simply supposed to