You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Offline

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

Please create a new Ticket and we will get back to you as soon as we can.

#117494 How to increase upload file size in JCE Editor

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by Ryan on Wednesday, 10 December 2025 09:44 GMT

eduplusg

Hello,

I am using JCE Editor 2.9.96 on Joomla 6, and I would like to increase the maximum file upload size for images, PDFs, media files, etc.

Could you please clarify the following:

  1. Which parameter in JCE Editor controls the upload file size limit?

    (e.g., Editor Profiles → Plugin Parameters → File Browser?)

  2. Does JCE rely solely on PHP settings such as upload_max_filesize and post_max_size,

    or does it also apply its own internal limits?

  3. If both apply, what are the correct settings to change in:

    • PHP.ini

    • .htaccess

    • Joomla Global Configuration

    • JCE Editor Profile settings

  4. What is the correct recommended configuration if I want to allow uploads of 20MB or 50MB files?

  5. Is there anything in recent versions (2.9.95 / 2.9.96) that affects upload behavior in Joomla 6?

Thank you in advance.

Ryan

Which parameter in JCE Editor controls the upload file size limit?

(e.g., Editor Profiles → Plugin Parameters → File Browser?)

To set the value globally for all dialogs / plugins, use the Upload file size parameter in Editor Profiles → Editor Parameters → Filesystem.

You can then also set it individually for each plugin / dialogin in Editor Profiles → Plugin Parameters.

Does JCE rely solely on PHP settings such as upload_max_filesize and post_max_size,

or does it also apply its own internal limits?

The value is limited by both PHP ini values upload_max_filesize and post_max_size, in other words you cannot have a value higher than these.

If both apply, what are the correct settings to change in:

PHP.ini

.htaccess

Joomla Global Configuration

JCE Editor Profile settings

What is the correct recommended configuration if I want to allow uploads of 20MB or 50MB files?

In php.ini set:

upload_max_filesize = 20M
post_max_size = 20M

or in htaccess you can set:

php_value upload_max_filesize 20M
php_value post_max_size 20M

In Editor Profiles → Editor Parameters → Filesystem → Upload file size, set the value to 20.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.