[PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread SenthilVelavan
Hello techies, What is the Maximum allowed size for uploaded files in php.ini file? I have tested it for the following amount upload_max_filesize = 10M But here i can achieve only upto 7.5MB .Is that the limit of php.? Any help is appreciated. Thanks in advance, Senthilvel

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread Chris Bunting
Hello, I'm not sure about this either but did you write the upload script yourself? I know that most upload file scripts include a hidden tag to include the maxfilesize of image uploads on the posting form itself. Wasn't sure if you were using someone elses script and didn't notice that. Chr

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread Chris Bunting
A quick search on google shows that yes, Php has a maximum upload filesize of 10MB. Maybe your upload timed out or the session expired if you are using them before you got to 10MB or something else happened. Chris Bunting _ Chat

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-13 Thread Jason Wong
On Friday 14 June 2002 14:10, Chris Bunting wrote: > A quick search on google shows that yes, Php has a maximum upload filesize > of 10MB. I don't where you got this information from, it's simply not true. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-14 Thread SenthilVelavan
Message - From: "Chris Bunting" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 11:40 AM Subject: Re: [PHP] Reg-Maximum allowed size for uploaded files > A quick search on google shows that yes, Php has a maximum upload filesize > of 10MB. >

Re: [PHP] Reg-Maximum allowed size for uploaded files

2002-06-14 Thread Stuart Dallas
On Friday, June 14, 2002, 11:51:22 AM, SenthilVelavan wrote: > How to increase the time out time.Whether we have to edit the httpd.conf or > php.ini file to increase the > time out time. Per script: http://www.php.net/set_time_limit In PHP.ini: http://www.php.net/manual/en/configuration.php#ini.m