Closed ghost closed 4 years ago
php.ini has the settings set to 1G for both POST MAX SIZE & UPLOAD MAX FILESIZE but is detected as an error.
First of all make sure that you are configuring php.ini file of your current php version.
POST MAX SIZE = 100M UPLOAD MAX FILESIZE = 100M MAX EXECUTION TIME = 7500
and restart your server ..
it will work :) Thanks
php.ini has the settings set to 1G for both POST MAX SIZE & UPLOAD MAX FILESIZE but is detected as an error.