Re: [PHP] Changing maximum upload file size

2004-05-25 Thread Jason Wong
On Monday 24 May 2004 11:28, Matt Palermo wrote: Is there a way to change the maximum file upload size in a PHP script? Kind of like the way you can change the error reporting in a script, but I just want to adjust the max file upload size. Does anyone know if this can be done? No. Because

[PHP] Changing maximum upload file size

2004-05-23 Thread Matt Palermo
Is there a way to change the maximum file upload size in a PHP script? Kind of like the way you can change the error reporting in a script, but I just want to adjust the max file upload size. Does anyone know if this can be done? Thanks, Matt Palermo http://sweetphp.com -- PHP General

Re: [PHP] Changing maximum upload file size

2004-05-23 Thread Rachel Rodriguez
--- Matt Palermo [EMAIL PROTECTED] wrote: Is there a way to change the maximum file upload size in a PHP script? Kind of like the way you can change the error reporting in a script, but I just want to adjust the max file upload size. Does anyone know if this can be done? The PHP manual

Re: [PHP] Changing maximum upload file size

2004-05-23 Thread Matt Palermo
Does this allow you to work with larger files than the maximum specified in the php.ini or just smaller ones? Thanks, Matt Palermo http://sweetphp.com Rachel Rodriguez [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] --- Matt Palermo [EMAIL PROTECTED] wrote: Is there a way to

Re: [PHP] Changing maximum upload file size

2004-05-23 Thread Rachel Rodriguez
--- Matt Palermo [EMAIL PROTECTED] wrote: Does this allow you to work with larger files than the maximum specified in the php.ini or just smaller ones? Thanks, Matt Palermo http://sweetphp.com The max specified in the php.ini are the largest size you can upload regardless of what you