Trying to upload a 13.4Mb zip file to the file manager. Updated php.ini per https://docs.itflow.org/faq.
When browsing to it and selecting it for upload, the displayed url goes to /post.php and nothing.
In /settings_debug.php I found
upload_max_filesize 20M
upload_tmp_dir no value
user_dir no value
In /var/log/apache2/error.log I found
[Thu Nov 02 14:12:34.364467 2023] [php7:notice] [pid 394100] [client 172.20.4.33:55560] PHP Notice: Undefined variable: document_folder_id in /var/www/html/client_file_move_modal.php on line 29, referer: https://itflow.example.com/client_files.php?client_id=1&folder_id=9&view=0
[Thu Nov 02 14:12:54.251366 2023] [php7:warn] [pid 394101] [client 192.168.0.151:54449] PHP Warning: POST Content-Length of 13778119 bytes exceeds the limit of 8388608 bytes in Unknown on line 0, referer: https://itflow.example.com/client_files.php?client_id=1&folder_id=9&view=0
Sorry. Brain hit enter before thought left fingers.
If there was webdav access to the file manager, I could work with the online file system from my local file manager.