how to dynamically change the max upload file limit in php?

Posted by Nitz on Stack Overflow See other posts from Stack Overflow or by Nitz
Published on 2010-05-05T12:44:39Z Indexed on 2010/05/05 12:48 UTC
Read the original article Hit count: 140

Filed under:
|

I want to change the max upload file limit dynamically. means by not changing the php.ini file on server.
Whenever user had uploaded more then 2 mb then my upload limit should be change.
I want to do all this through php.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about php

Related posts about file-upload