XF 2.1 Is the upload file size set in the software or server or both.

ForumLover

Member
Oops! We ran into some problems.
The uploaded file is too large.

Is this setting in cpanel and in the software config file? I am being lazy I know but can someone tell me exactly how to make larger uploads possible? I want to allow large photo uploads.
 
both.

server is hard setting, software can reduce it further, but cannot exceed.

settings / multiphp ini editor / select php version and your account / post_max_size
i use 32M, some pics are 8+ MB these days from hi res phone cameras.
I allow the bigger files as i host everything off the s3.


then, up the xf admin / options / attachment to meet the new server space.
 
Both.

1. On the server, from cPanel or WHM check your MultiPHP INI Editor settings.

Should look something like this, depending on your server (mine are probably a little high for most):

post_max_size = 64M
upload_max_filesize = 128M

2. AdminCP >> Setip >> Options Attachments

Check your settings there is your cPanel settings are already okay.
 
Top Bottom