Hi! Admin can i ask why i can’t upload theme in wordpress that has a file size of 10.5mb?
the default max upload file is 20? is there a problem in my php?
the error says.
The uploaded file exceeds the upload_max_filesize directive in php.ini.
but in general php info says the max_file_uploads 20?
max_file_uploads
is the number of files you can upload. I think you’re looking for the settings upload_max_filesize
and post_max_size
. Both of these settings are 10 MB, and very likely to be the reason that you cannot upload your 10.5 MB file.