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.

Re: Upload file issue

Posted: 05 Sep 2025, 11:45
by landed
Hi this is still an issue, realised my answer may have given the impression there wasn't an issue. Is it possible to link to the file if I manually upload the file?

Re: Upload file issue

Posted: 05 Sep 2025, 11:56
by landed
I found the settings and it is now fixed. They are down under one of the tabs. Under Form tab. Maximum Image Upload Size.

Re: Upload file issue

Posted: 05 Sep 2025, 12:46
by christine
Hi,
landed wrote: 05 Sep 2025, 11:56 I found the settings and it is now fixed. They are down under one of the tabs. Under Form tab. Maximum Image Upload Size.
Generally, check the following:

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

Kind regards
Christine

Re: Upload file issue

Posted: 05 Sep 2025, 16:14
by landed
I don't understand your reply. It was fixed by setting the value as I described earlier. No reply needed thank you.

Re: Upload file issue

Posted: 08 Sep 2025, 15:53
by Jan
OK