Im using the file manager on CWP (/admin/fileManager2.php), every time I try to upload a file over 2MB, the file manager indicated the file has been uploaded sucessfully, but after refreshing the directory there is nowhere to be found, I tried with files smaller than 2 Mb and they worked fine.
I though it was a problem with PHP, so I went to edit /usr/local/cwp/php71/php.ini, I didn't change anything as settings seems right.
I have also review /usr/local/cwp/php/php.ini, and settings are fine too.
post_max_size = 64M
upload_max_filesize = 64M
max_file_uploads = 20
I am not sure were else do I have to look, as I cannot find more information in how to fix this issue.