|
Yes, you can create a php.ini file with the following:
upload_max_filesize = 10M
post_max_size = 20M
That file will need to be placed in the directory of the script requiring the setting.
But it's good to use the existing php.ini for the server and modify the settings you need. We can place a copy of it in your account if you need. Just send in a ticket
|