Hi everyone. I've ran into a problem uploading files larger than (default value of 2m in php 5). There is a work around like changing this with ini_set() - that does not work with PHP5. I've tried .htaccess - that does not work with PHP 5 either. Is there a solution rather than changing the php.ini file itself since I might not get the privilege of changing that file on the real server.
Thank you.