Re: [PHP] Re: I have some upload questions.

2005-05-17 Thread Lee Chen
"James E Hicks III" <[EMAIL PROTECTED]> ???:[EMAIL PROTECTED] > Lee Chen wrote: > > >Thanks > >I check the phpinfo, and my safe_mode is off. > >This is my phpinfo > >http://homepage.ntu.edu.tw/~b91401010/phpinfo().htm > >It is just a copy, not on the server.(so it's html file, not a php fi

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread James E Hicks III
Lee Chen wrote: Thanks I check the phpinfo, and my safe_mode is off. This is my phpinfo http://homepage.ntu.edu.tw/~b91401010/phpinfo().htm It is just a copy, not on the server.(so it's html file, not a php file) Thanks. Looks like you need to check this in your php.ini file. Could be your

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread Lee Chen
btw, even if I set max_execution_time = 0in the php.ini, I still CAN'T upload a file of 30MB. and it still shows the same message: Fatal error: Maximum execution time of 0 seconds exceeded in justtest.php on line 2 I just don't understand how it can exceed a max execution time of "0". Any

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread Lee Chen
ED]> To: "Lee Chen" <[EMAIL PROTECTED]> Cc: Sent: Monday, May 16, 2005 11:26 PM Subject: Re: [PHP] Re: I have some upload questions. > Lee Chen wrote: > > Thanks for all of your helping. > > > > I think now maybe it's not the serve's problem becaus

Re: [PHP] Re: I have some upload questions.

2005-05-16 Thread Marek Kilimajer
Lee Chen wrote: Thanks for all of your helping. I think now maybe it's not the serve's problem because I CAN post forms and even I can upload some smaller size files. Then the following is my problem: This is the script of " justtest.php" : justtest.php I can upload a file of size 7KB, but whe