I wrote a script to download the file to the server from the client.
The file is loaded, but not moved from the temporary files directory to the directory I need. Writes failed to open stream: Permission denied in (the address of the script that handles the movement) on line 20. and below the second error Unable to move / tmp / phpblablabla to (directory to move the file)
I will say right away that I smoked the manuals on php.net about the move_uploaded_file function and wrote as they recommend there considering all the wishes.
The file is not copied!