Re: [PHP] uploaded fiel size limitiation

2007-01-11 Thread Chris
[EMAIL PROTECTED] wrote: Hi, I have a little script that was working fine when uploaded files up tp 16MB. I moved to other hosting company and use the same form/script. Not, I can't upload eitherr 2MB file. If you can't upload *any* files check that the upload_tmp_dir is set and see if that's

Re: [PHP] uploaded fiel size limitiation

2007-01-11 Thread Jochem Maas
[EMAIL PROTECTED] wrote: > Hi, > I have a little script that was working fine when uploaded files up tp 16MB. > I moved to other hosting company and use the same form/script. Not, I > can't upload eitherr 2MB file. > > Where to look for limitation first? > > According to phpinfo() post_max_size i

Re: [PHP] uploaded fiel size limitiation

2007-01-11 Thread Jochem Maas
[EMAIL PROTECTED] wrote: > Hi, > I have a little script that was working fine when uploaded files up tp 16MB. > I moved to other hosting company and use the same form/script. Not, I > can't upload eitherr 2MB file. > > Where to look for limitation first? > > According to phpinfo() post_max_size i

[PHP] uploaded fiel size limitiation

2007-01-11 Thread afan
Hi, I have a little script that was working fine when uploaded files up tp 16MB. I moved to other hosting company and use the same form/script. Not, I can't upload eitherr 2MB file. Where to look for limitation first? According to phpinfo() post_max_size in php.ini is 8M. Thanks. -afan -- PHP