Re: [PHP-DB] Problems inserting large blob

2001-09-18 Thread Heikki Tuuri
rto Salvo Portugal >mailto:[EMAIL PROTECTED] phone:+351 21 4229200 > > > >-Original Message- >From: Justin Buist [mailto:[EMAIL PROTECTED]] >Sent: quinta-feira, 13 de Setembro de 2001 21:38 >To: Joao Barreto >Cc: php-db@lists. php. net >Subject: Re: [PHP

RE: [PHP-DB] Problems inserting large blob

2001-09-14 Thread Joao Barreto
: [PHP-DB] Problems inserting large blob You might want to check php.ini - if memory serves the maximum filesize you can upload over HTTP by default is 2MB. Bump that number up and restart Apache (or whatever webserver you use) and see if that fixes the problem. Justin Buist Trident Technology

Re: [PHP-DB] Problems inserting large blob

2001-09-13 Thread Nagasea
I also facing this problem yesterday. Do you want to know what i did ? I open the file with notepad then copy & paste it. And it's works --- Justin Buist <[EMAIL PROTECTED]> > wrote: >You might want to check php.ini - if memory serves the maximum filesize >you can upload over HTTP by default i

Re: [PHP-DB] Problems inserting large blob

2001-09-13 Thread Justin Buist
You might want to check php.ini - if memory serves the maximum filesize you can upload over HTTP by default is 2MB. Bump that number up and restart Apache (or whatever webserver you use) and see if that fixes the problem. Justin Buist Trident Technology, Inc. 4700 60th St. SW, Suite 102 Grand Ra

[PHP-DB] Problems inserting large blob

2001-09-13 Thread Joao Barreto
Hello all ... I'm having a problem uploading large files (3MBytes for examples) and inserting it onto a MySQL database. No problem with smaller files. The code is basically this: When the files are the mentioned size (I checked the whole file got there on /tmp/something) I get an error messa