XF 1.3 Attached Files

ThyPhon

Member
What is the maximum allowable size of an attached file?
When I try to upload more than 15MB, it says that "There is a security error. Go back, refresh the page and try again."
 
I believe this to be restricted by your server, not XenForo in the first place. But try to change AdminCP -> Home -> Options -> Attachments to the size you wish.
 
My server allows to upload 100M. Nevertheless, I cannot upload file that is more than 15M. I don't know how to do. I wonder that I can do myself or I should take help to my server staff.
 

Attachments

  • php-info.webp
    php-info.webp
    67.6 KB · Views: 6
My server allows to upload 100M. Nevertheless, I cannot upload file that is more than 15M. I don't know how to do. I wonder that I can do myself or I should take help to my server staff.
There are two settings in php.ini that control uploads (at least for phpadmin).
post_max_size = 100M
upload_max_filesize = 100M
 
Top Bottom