uploaded file is not valid for copy

Magistar

Verified User
Joined
May 31, 2014
Messages
104
Running a fresh DirectAdmin on CL9 and I have an issue with the file manager. When I use the upload files function I get an error "Uploaded file is n ot valid for copy". Tried zip, images and a pdf and they all gave the same error. Tried disabling cagefs but the issue persisted.

Is this a known issue?
 
Hello,

I don't have the issue on AlmaLinux release 9.5 (Teal Serval) with DirectAdmin v.1.672 e0c066c2fc18f43c631ded3b3d10f8394580da21 on my end.

The fix:

Code:
da config-set tmpdir /home/tmp --restart
da config-set backup_tmpdir /home/tmp --restart

After it uploading should work fine.
 
Back
Top