Page 1 of 1

Upload file issue

Posted: 03 Sep 2025, 11:47
by landed
Image

My settings permit up to 2048MB in PHP. The file is only 6MB pdf.

I am new to digital products, this is what I am trying to enable. TY

Re: Upload file issue

Posted: 04 Sep 2025, 17:18
by christine
Hi,

Generally, check the following:

- System Limit The maximum upload size is set in the Joomla Media Manager options:
content > media > Maximum Size (in MB)

- Server-side adjustment:
For example only:
upload_max_filesize = 128M
post_max_size = 128M

- Important:
Only lowercase letters and hyphens
No spaces or special characters > You have an & in the file path.

Kind regards
Christine

Re: Upload file issue

Posted: 04 Sep 2025, 18:04
by landed
All of those setting as fine and way beyond this 6mb pdf. But appreciate you helping. I have no issues uploading within Joomla backend from the media manager.