XF 1.3 Even after setting the php upload limit to 81920M, cannot upload files.

HewTes

New member
15dd6b955e676d758d4997286f229a73.png


Is there something I am missing?
 
Have you changed your ACP settings to allow for as large of a file as it is set as
There are two places in the php.ini that deal with file uploads that I have typically had to change.
Code:
upload_max_filesize =
and
Code:
post_max_size =
.
 
Top Bottom