Hello!
It is possible to upload files to the server in 2 ways:
- PHP
$_FILE[]
- Nginx module upload
In terms of efficiency and speed when uploading files to the server, which option to choose?
Considering that the frontend is NGINX and the backend of Apache.