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

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 lo

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 siz

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: http://dinghy.homeip.

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

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 e

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>

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 <

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 chan

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

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
eciated. Roger -Original 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 ;) Che

RE: [PHP] Max File Size

2002-12-04 Thread Roger Lewis
ave access 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

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: [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 look

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 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

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 stron

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 gettin

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 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 // www.tiok

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 webmaste

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 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, tha

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 certai

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': > > > >So why won't it upload a 1.5MB file? [snip] I can just

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': > > > > > > > > > > > > So why w

RE: [PHP] max file size on uploading files

2002-11-27 Thread Van Andel, Robert
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. Robbert van Andel -Original Message- From: Nick Wilson [mailto:[EMAIL PROTECTED]] Sent: Wednesday, November 27

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': > > > > > > > > So why won't it upload a 1.5MB file? > > manual -> Handling File Uploads Why don't

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': > > > > So why won't it upload a 1.5MB file? manual -> Handling File Uploads -- Jason Wong -> Gremlins Associates -> www.gremlins.biz Open Sour

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 > > fil