File Size Limits

File Size Limits

The file upload limit varies from server to server. You may need to adjust your PHP configuration file (php.ini) to allow larger files to be uploaded, if you find that large files are not uploading properly.

Look for the following settings (self-host users):

file_uploads = On
upload_max_filesize = 32M
post_max_size = 32M