RE: [PHP] upload_max_filesize + ini_set

2002-12-23 Thread Ford, Mike [LSS]
-Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 19:34 and i just tested the script and it let me upload a 2.5M file. Well, I was just quoting from the manual, so that sounds worthy of a bug report in itself -- either the manual is wrong, or

RE: [PHP] upload_max_filesize + ini_set

2002-12-23 Thread Dan Rossi
[LSS] [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 11:40 PM To: 'electroteque'; [EMAIL PROTECTED] Subject: RE: [PHP] upload_max_filesize + ini_set -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 19:34 and i just tested the script

[PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
is there a way to get this setting to work without hard setting in htaccess ? i'd like to be able to dynamically set the max filesize via a defines setting and ini_set rather than statically in htaccess -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

RE: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread Ford, Mike [LSS]
-Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 11:35 To: [EMAIL PROTECTED] Subject: [PHP] upload_max_filesize + ini_set is there a way to get this setting to work without hard setting in htaccess ? i'd like to be able to dynamically set

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... -Original Message- From: electroteque [mailto:[EMAIL PROTECTED]] Sent: 20 December 2002 11:35 To: [EMAIL PROTECTED] Subject: [PHP] upload_max_filesize + ini_set is there a way to get this setting to work with

Re: [PHP] upload_max_filesize + ini_set

2002-12-20 Thread electroteque
Sent: 20 December 2002 11:35 To: [EMAIL PROTECTED] Subject: [PHP] upload_max_filesize + ini_set is there a way to get this setting to work without hard setting in htaccess ? i'd like to be able to dynamically set the max filesize via a defines setting and ini_set rather than st