This is a discussion on filesize within the PHP Language forums, part of the PHP Programming Forums category; Hiya all, In php4 the max filesixe was limited to 2M. Is this still the same for php5.2.6? ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Tree*Rat wrote:
> Hiya all, > > In php4 the max filesixe was limited to 2M. I don't think you'll find it was. It was configureable in the ini file even then. > Is this still the same for > php5.2.6? Since there was no such 2M limit in php4..... > If I cahnage the param in the php.ini file to 20M will it > allow files of 20M to be uploaded? It depends on the other associated settings: See the box "Note: Related Configurations Note" at http://uk2.php.net/manual/en/features.file-upload.php Now you know where the manual is, you'll be able to answer all these sorts of questions for yourself! |
|
|||
|
Paul Lautman wrote:
> Tree*Rat wrote: >> Hiya all, >> >> In php4 the max filesixe was limited to 2M. > I don't think you'll find it was. It was configureable in the ini file even > then. > >> Is this still the same for >> php5.2.6? > Since there was no such 2M limit in php4..... > >> If I cahnage the param in the php.ini file to 20M will it >> allow files of 20M to be uploaded? > It depends on the other associated settings: > See the box "Note: Related Configurations Note" at > http://uk2.php.net/manual/en/features.file-upload.php > > Now you know where the manual is, you'll be able to answer all these sorts > of questions for yourself! > > > > I think there is another limit in play as well..maximum memory. You may beed to increase that beyond the default as well. |