Page 1 of 1

Error in upload

Posted: 13 Jun 2024, 10:38
by r.dipalma
Greetings.
I'm testing file upload.
I have two different problems. The maximum upload file size is set to 100 Mb. The user I use belongs to the "Registered" group. Joomla is installed on Ubuntu 22.04. If I load a file (3MB) with the 7z extension I get this error:

Code: Select all

File not loaded
Error loading file. The server cannot save the file in the Temp folder.
If I upload a .zip (89MB) file they get this error:

Code: Select all

Add a file, please. If added, please check that the format and size are correct
Both files contain zipped exe. I have no problems with PDF files.What is the problem?
Thank

Re: Error in upload

Posted: 18 Jun 2024, 16:26
by Jan
Hi, you can set limits in Phoca Download but your server has last word. So if you set limit e.g. to 20MB and your server has max upload size, e.g. set to 8MB then you are limited to 8MB.

So first of all, check all the settings and limits on your server - max upload size, max post size, etc.
Then check the permissions on your server as it seems it cannot store the uploaded file to temp folder (maybe because of rights or ownership or maybe because of the max upload limits, :idea: ) This all needs to be set on server first.

Jan