Posted by Justin Koivisto on 06/15/05 16:16
RT wrote:
> Hi
>
> I have an application in which the client is allowed to upload files,
> some of these files can be as large as 20 megs in size. I have increased
> the php.ini max file size to 50meg and we have increased the apache
> timeout out to 10 minutes yet I can’t even get a 12 meg file to upload.
>
>
> Does any one know the limitation on file uploads for php or is there
> another setting I need to change in the php.ini file.
>
> Thanks
Here's what I have set for mine:
post_max_size = 200M
upload_max_filesize = 200M
session.gc_maxlifetime = 18000
I just saw a 164M file come in yesterday. I didn't make any changes to
apache itself, just the php.ini file.
--
Justin Koivisto - justin@koivi.com
http://koivi.com
Navigation:
[Reply to this message]
|