Re: [PHP] Re: Can't upload files > then 400K to MySQL

2004-01-01 Thread ahmetax
You're right Jeremy. I found that the limitation was because of default max_packet_size of MySQL. It was limited to 1MB by default. Also I found that 400K of data reached the 1MB boundary, when I applied urlencode function to it. Maybe, Chris has a similar limitation problem. -- Ahmet Aksoy www.axt

Re: [PHP] Re: Can't upload files > then 400K to MySQL

2003-12-29 Thread Jeremy Johnstone
Might want to check the MySQL configuration. The max allowed packet size might be set extremely low. -Jeremy On Mon, 2003-12-29 at 15:25, Chris wrote: > Have you taken a look at the post below: Can't upload files Greater than > 11KB? > We may have the same problem. > > > "Ahmetax" <[EMAIL PROTE

[PHP] Re: Can't upload files > then 400K to MySQL

2003-12-29 Thread Chris
Have you taken a look at the post below: Can't upload files Greater than 11KB? We may have the same problem. "Ahmetax" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I have the following PHP code to upload files to a MySQL table. > > It works fine, but, I can't upload any f