Re: [PHP] PHP Memory limit exceeded

2005-02-07 Thread Ben-Nes Yonatan
> Richard Lynch wrote: >>>At the other hand i did find some huge mistake at my side... only the >>>download of the file require 28MB (god knows why! but i wont start to >>>bother >>>u folks about it now) the upload need 16MB so clearly u were correct but >>>im >>>sorry to admit that i didnt underst

Re: [PHP] PHP Memory limit exceeded

2005-02-03 Thread Marek Kilimajer
Richard Lynch wrote: At the other hand i did find some huge mistake at my side... only the download of the file require 28MB (god knows why! but i wont start to bother u folks about it now) the upload need 16MB so clearly u were correct but im sorry to admit that i didnt understand y its getting tr

Re: [PHP] PHP Memory limit exceeded

2005-02-03 Thread Richard Lynch
> At the other hand i did find some huge mistake at my side... only the > download of the file require 28MB (god knows why! but i wont start to > bother > u folks about it now) the upload need 16MB so clearly u were correct but > im > sorry to admit that i didnt understand y its getting tripled...

Re: [PHP] PHP Memory limit exceeded

2005-02-03 Thread Ben-Nes Yonatan
>> Ben-Nes Yonatan wrote: >> Hi all, >> >> I got a problem with uploading files which encounter the memory limit >> when their size is not even close to the memory limit itself, let me >> explain. >> >> My server is as follows: >> 1. PHP 4.3.9 >> 2. DB - Postgresql 7.4 >> 3. Apache 1.3.26 >> >> Her

Re: [PHP] PHP Memory limit exceeded

2005-02-03 Thread Ben-Nes Yonatan
>> Ben-Nes Yonatan wrote: >> Hi all, >> >> I got a problem with uploading files which encounter the memory limit >> when their size is not even close to the memory limit itself, let me >> explain. >> >> My server is as follows: >> 1. PHP 4.3.9 >> 2. DB - Postgresql 7.4 >> 3. Apache 1.3.26 >> >> Her

Re: [PHP] PHP Memory limit exceeded

2005-02-02 Thread Richard Lynch
Ben-Nes Yonatan wrote: > $data = "INSERT INTO test_files (bin_data, filename, filesize, filetype) > VALUES ('$data', '$imagefile[name]', '$imagefile[size]', > '$imagefile[type]')"; // creating the sql for the insert, i called the > received value also $data cause i dont want to keep the previ

Re: [PHP] PHP Memory limit exceeded

2005-02-02 Thread Marek Kilimajer
Ben-Nes Yonatan wrote: Hi all, I got a problem with uploading files which encounter the memory limit when their size is not even close to the memory limit itself, let me explain. My server is as follows: 1. PHP 4.3.9 2. DB - Postgresql 7.4 3. Apache 1.3.26 Here is my code that i made for testing

[PHP] PHP Memory limit exceeded

2005-02-02 Thread Ben-Nes Yonatan
Hi all, I got a problem with uploading files which encounter the memory limit when their size is not even close to the memory limit itself, let me explain. My server is as follows: 1. PHP 4.3.9 2. DB - Postgresql 7.4 3. Apache 1.3.26 Here is my code that i made for testing the problem (along the