I have no idea how you did it because i cannot upload the files no matter what i do.
All i get is Oops! Something went wrong ...
Please check whether the file exists in the upload directory
(Maybe the webserver is not allowed to copy the file from the tmp dir into the upload dir)
and the variable dat_rel in the config has the correct value.
Typical values would be:
dateien = "/usr/local/httpd/phprojekt/file"; and dat_rel = "file"; for Linux or dateien = "c:\htdocs/phprojekt/file"; and dat_rel = "file"; for windows.
I have done everything. chmod 777 the files directory
the File manager in my configinc.php file looks like this
// file manager
$dateien = "/home/e-smith/files/ibays/groupware/html/files/"; // File management no = leave empty, yes = insert full path
$dat_rel = "files"; // and the relative path to the PHProjekt directory
$dat_crypt = "0"; // Scramble filenames
$filemanager_notify = "0";
$filemanager_versioning = "1";