Hello all.
So my host restricts file uploads to 2M but I need it to allow 40M.
They said create a text file and put this in it:
php_value UPLOAD_MAX_FILESIZE 40M
php_value POST_MAX_SIZE 40M
save it as php.ini and put it in all of my directories.
Now, where does it really need to go?
I have a script: public/admin/scipt.php that uploads a file to: public/wm/
Now, does php.ini need to go in both admin and wm folders?
Also, it doesnt work....It gives the restriction errors.
Thanks!