|
Posted by The Natural Philosopher on July 19, 2008, 11:26 am
Please log in for more thread options 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.
|