[PHP] Max file size in fopen()

2010-02-19 Thread Darvin Denmian
Hello, I need to open a file with more than 2GB but the following error occurs: failed to open stream: Value too large for defined data type in /srv/www/sandboxes/dev02/test.php on line 2 I'm running this php in a 32 bits system. Googling I found that with the option

Re: [PHP] Max file size in fopen()

2010-02-19 Thread Ashley Sheridan
On Fri, 2010-02-19 at 17:42 -0200, Darvin Denmian wrote: Hello, I need to open a file with more than 2GB but the following error occurs: failed to open stream: Value too large for defined data type in /srv/www/sandboxes/dev02/test.php on line 2 I'm running this php in a 32 bits system.

[PHP] Max file size for uploads?

2004-05-12 Thread Robert Sossomon
I have an upload script that I am trying to allow for 725MB, I have written the script to handle files of that size, and I modified the upload_max_filesize = 730M I tried uploading a 15MB file and it blew up (current error message is not in my brain). Is there a true max size or do I just have

Re: [PHP] Max file size for uploads?

2004-05-12 Thread Richard Davey
Hello Robert, Wednesday, May 12, 2004, 2:37:23 PM, you wrote: RS I have an upload script that I am trying to allow for 725MB, I have RS written the script to handle files of that size, and I modified the RS upload_max_filesize = 730M RS I tried uploading a 15MB file and it blew up (current

RE: [PHP] Max file size for uploads?

2004-05-12 Thread Robert Sossomon
- From: Richard Davey [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 12, 2004 9:43 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Max file size for uploads? Hello Robert, Wednesday, May 12, 2004, 2:37:23 PM, you wrote: RS I have an upload script that I am trying to allow for 725MB, I have RS written

Re: [PHP] Max file size for uploads?

2004-05-12 Thread Mark Pecaut
On Wed, May 12, 2004 at 10:07:09AM -0400, Robert Sossomon wrote: I get this error message now in my httpd error log: [Wed May 12 10:07:01 2004] [error] [client 66.43.177.38] Requested content-length of 69888498 is larger than the configured limit of 524288, referer:

Re: [PHP] Max file size for uploads?

2004-05-12 Thread raditha dissanayake
Robert Sossomon wrote: I have an upload script that I am trying to allow for 725MB, I have written the script to handle files of that size, and I modified the upload_max_filesize = 730M I tried uploading a 15MB file and it blew up (current error message is not in my brain). Is there a true max

Re: [PHP] Max file size for uploads?

2004-05-12 Thread Brian Dunning
Is there a true max size or do I just have something messed up somewhere that I need to tweak?? I've got a client who needs their customers to upload large files for printing this way - and it stops at 30MB. There is some setting in Windows XP that we have not been able to change. It's been a

RE: [PHP] Max File Size

2002-12-05 Thread Roger Lewis
Hi, Thursday, December 5, 2002, 5:11:16 PM, you wrote: RL Jason Wong responded Wednesday, December 04, 2002 10:24 PM RL On Thursday 05 December 2002 10:14, Roger Lewis wrote: RL Thanks for the suggestion. I'll try ini_set although I'm not yet RL certain RL of how to use it. RL As has

[PHP] Max File Size

2002-12-04 Thread Roger Lewis
Hi, I'm having a problem uploading files greater than 2mb, but I believe the problem is related to php.ini. UPLOAD_MAX_FILESIZE in my submit form is set to 1000. Also, I set upload_max_filesize = 1000 in php.ini. After changing php.ini, I stopped and then started httpd. I thought this

Re: [PHP] Max File Size

2002-12-04 Thread Marco Tabini
Are you sure you're looking at the right php.ini? Try calling phpinfo() and check where PHP is looking for the ini file. Marco -- php|architect - The magazine for PHP Professionals The monthly worldwide magazine dedicated to PHP programmers Come visit us at http://www.phparch.com!

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Yep, Mine is in /etc/httpd/php.ini and that's what phpinfo gives me Roger -Original Message- From: Marco Tabini [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 3:19 PM To: Roger Lewis Cc: PHP-General Subject: Re: [PHP] Max File Size Are you sure you're looking

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
On Wednesday, December 04, 2002 3:03 PM, I wrote Hi, I'm having a problem uploading files greater than 2mb, but I believe the problem is related to php.ini. UPLOAD_MAX_FILESIZE in my submit form is set to 1000. Also, I set upload_max_filesize = 1000 in php.ini. After changing php.ini,

Re[2]: [PHP] Max File Size

2002-12-04 Thread Tom Rogers
Hi, Thursday, December 5, 2002, 11:00:14 AM, you wrote: RL On Wednesday, December 04, 2002 3:03 PM, I wrote RL Hi, RL Further to my original post, to check if my php.ini was being recognized I RL temporarily changed some other configuration options, i.e. register_globals RL and include_path,

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
to this setting. Roger -Original Message- From: David Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 5:22 PM To: 'Roger Lewis' Subject: RE: [PHP] Max File Size Don't forget to increase post_max_size as well See also http://www.php.net/manual/en/features.file-upload.php

RE: Re[2]: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Hi, Thursday, December 5, 2002, 11:00:14 AM, you wrote: RL On Wednesday, December 04, 2002 3:03 PM, I wrote RL Hi, RL Further to my original post, to check if my php.ini was being recognized I RL temporarily changed some other configuration options, i.e. register_globals RL and include_path,

Re[4]: [PHP] Max File Size

2002-12-04 Thread Tom Rogers
Hi, Thursday, December 5, 2002, 11:54:08 AM, you wrote: RL Tom, RL Thanks for your response. If this is so, can you tell me how I check it out RL and fix things. RL Roger Unless you have set it yourself that is probably not the reason. Try setting it like this upload_max_filesize = 8M

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Message- From: David Banks [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 04, 2002 5:57 PM To: 'Roger Lewis' Subject: RE: [PHP] Max File Size post_max_size *should* be in php.ini, I think I ususally leave these things up to our sysop ;) Checking back to when I was coding for file

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Tom Rogers responded on Wednesday, December 04, 2002 6:11 PM Hi, Thursday, December 5, 2002, 11:54:08 AM, you wrote: RL Tom, RL Thanks for your response. If this is so, can you tell me how I check it out RL and fix things. RL Roger TR Unless you have set it yourself that is probably not

Re[2]: [PHP] Max File Size

2002-12-04 Thread Tom Rogers
Hi, Thursday, December 5, 2002, 3:09:46 PM, you wrote: RL Tom Rogers responded on Wednesday, December 04, 2002 6:11 PM RL Hi, RL Thursday, December 5, 2002, 11:54:08 AM, you wrote: RL Tom, RL Thanks for your response. If this is so, can you tell me how I check it RL out RL and fix things.

Re: [PHP] Max File Size

2002-12-04 Thread Jason Wong
On Thursday 05 December 2002 10:14, Roger Lewis wrote: Thanks for the suggestion. I'll try ini_set although I'm not yet certain of how to use it. As has already been pointed out, the uploads take place *before* your script is run. The manual has table which shows what you can and cannot

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Jason Wong responded Wednesday, December 04, 2002 10:24 PM On Thursday 05 December 2002 10:14, Roger Lewis wrote: Thanks for the suggestion. I'll try ini_set although I'm not yet certain of how to use it. As has already been pointed out, the uploads take place *before* your script is

Re[2]: [PHP] Max File Size

2002-12-04 Thread Tom Rogers
Hi, Thursday, December 5, 2002, 5:11:16 PM, you wrote: RL Jason Wong responded Wednesday, December 04, 2002 10:24 PM RL On Thursday 05 December 2002 10:14, Roger Lewis wrote: RL Thanks for the suggestion. I'll try ini_set although I'm not yet RL certain RL of how to use it. RL As has

RE: Re[2]: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
Hi, Thursday, December 5, 2002, 5:11:16 PM, you wrote: RL Jason Wong responded Wednesday, December 04, 2002 10:24 PM RL On Thursday 05 December 2002 10:14, Roger Lewis wrote: RL Thanks for the suggestion. I'll try ini_set although I'm not yet RL certain RL of how to use it. RL As has

[PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE value=10 So why won't it upload a 1.5MB file? Many thanks -- Nick Wilson // www.tioka.com -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] max file size on uploading files

2002-11-27 Thread Jason Wong
On Thursday 28 November 2002 02:02, Nick Wilson wrote: Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE value=10 So why won't it upload a 1.5MB file? manual - Handling File Uploads -- Jason Wong -

Re: [PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
* and then Jason Wong declared On Thursday 28 November 2002 02:02, Nick Wilson wrote: Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE value=10 So why won't it upload a 1.5MB file? manual

RE: [PHP] max file size on uploading files

2002-11-27 Thread Van Andel, Robert
27, 2002 10:03 AM To: php-general Subject: [PHP] max file size on uploading files Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE value=10 So why won't it upload a 1.5MB file? Many thanks -- Nick Wilson

Re: [PHP] max file size on uploading files

2002-11-27 Thread Jason Wong
On Thursday 28 November 2002 02:40, Nick Wilson wrote: * and then Jason Wong declared On Thursday 28 November 2002 02:02, Nick Wilson wrote: Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE

Re: [PHP] max file size on uploading files

2002-11-27 Thread Ernest E Vogelsinger
At 19:02 27.11.2002, Nick Wilson spoke out and said: [snip] Hi all, I must be missunderstanding something here, I have this in an php 'upload form': input type=hidden name=MAX_FILE_SIZE value=10 So why won't it upload a 1.5MB file?

Re: [PHP] max file size on uploading files

2002-11-27 Thread Ernest E Vogelsinger
At 19:45 27.11.2002, Jason Wong spoke out and said: [snip] Did you read the manual then? The bit after the 1st paragraph Related Configurations Note ?? [snip] Jason, you may be a genius programmer, but you certainly

Re: [PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
* and then Ernest E Vogelsinger declared I can just guess here... you've got 1 billion in max_file_size, maybe this is way too big for the browser's (integer?) math? Does it upload without max_file_size? Did you try setting max_file_size to 1572864 (which is exactly 1.5 MB)? Nope, that

Re: [PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
* and then Nick Wilson declared Next step, try the script on another machine I guess Thnaks for the help Ernest... Could it be an Apache 2.0 thing? -- just upgraded. THis is what I get: Request entity too large! The POST method does not allow the data transmitted, or the data volume

Re: [PHP] max file size on uploading files

2002-11-27 Thread Ernest E Vogelsinger
At 20:12 27.11.2002, Nick Wilson spoke out and said: [snip] Request entity too large! The POST method does not allow the data transmitted, or the data volume exceeds the capacity limit. If you think this is a server error, please contact the webmaster

Re: [PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
* and then Van Andel, Robert declared One problem may be your browser timing out before the end of the script. Another may be (although I'm not 100% sure) is that the file excedes the max memory set aside by PHP. Thanks Robert, that's not it though -- Nick Wilson //

Re: [PHP] max file size on uploading files

2002-11-27 Thread Ernest E Vogelsinger
At 20:11 27.11.2002, Ernest E Vogelsinger spoke out and said: [snip] Ooops - you should normally only get this with GET requests where the max. query string size is exceeded - I'd check the Apache docs though... seems positively to be connected to the web

Re: [PHP] max file size on uploading files

2002-11-27 Thread Ernest E Vogelsinger
At 20:18 27.11.2002, Ernest E Vogelsinger spoke out and said: [snip] Error 413 certainly denotes that the web server refuses to handle the request. No idea how to configure this value but I'm sure it can be done with Apache. I see a better chance of getting

Re: [PHP] max file size on uploading files

2002-11-27 Thread Rasmus Lerdorf
On Wed, 27 Nov 2002, Nick Wilson wrote: * and then Nick Wilson declared Next step, try the script on another machine I guess Thnaks for the help Ernest... Could it be an Apache 2.0 thing? -- just upgraded. THis is what I get: That's actually a downgrade these days. I'd strongly

Re: [PHP] max file size on uploading files

2002-11-27 Thread Nick Wilson
* and then Ernest E Vogelsinger declared At 20:18 27.11.2002, Ernest E Vogelsinger spoke out and said: [snip] Error 413 certainly denotes that the web server refuses to handle the request. No idea how to configure this value but I'm sure it can be

[PHP] Max file size of 2 bytes exceeded

2001-04-02 Thread PHP
Hi guys, I seem to be having a problem uploading images. My server is running on FreeBSD and i am using PHP ver 4 I have checked all the settings in my php.ini file. max_execution_time = 30 memory_limit = 8M post_max_size = 8M file_uploads = On upload_max_filesize = 2M I have a form that a

Re: [PHP] Max file size of 2 bytes exceeded

2001-04-02 Thread Christian Reiniger
On Monday 02 April 2001 10:44, you wrote: Hi guys, I seem to be having a problem uploading images. My server is running on FreeBSD and i am using PHP ver 4 I have checked all the settings in my php.ini file. max_execution_time = 30 memory_limit = 8M post_max_size = 8M file_uploads =