Could any one please tell me where this php.ini file is that I need to change for max file size.
I have looked and looked but to no avail. I simply can not find it.
Could any one please tell me where this php.ini file is that I need to change for max file size. I have looked and looked but to no avail. I simply can not find it.
Google is a man's best friend! |
You will need to speak to your host, as they most likely control that file, it is they who set the max limit. |
AddHandler application/x-httpd-php .php I was told to place that in the root .htacess file and it did work to increase the uploads but then Dolphin gave the error "Warning! Dolphin cannot work without mbstring extension. Please go to the Dolphin Troubleshooter and solve the problem." |
It really depends on your hosting setup. If you are not on a dedicated or virtual dedicated server then you need to ask your host. Happiness is a warm gun. |
You can create a phpinfo page -- name it say info.php Add this php code in it <?php echo phpninfo(); ?> http://www.yourdomain.com/info.php This will give you details about php.ini path and other php values. |