You need to do a project that will upload files of 100 megabytes. Directly uploading and processing them with PHP will be troublesome, often time out, and take up a lot of resources. So I searched and decided to use nginx's upload module to handle it.
Although it can be uploaded, how to verify the permissions of the uploading user?
Nginx Upload Module
does not have this function, but you can add password passwd verification at the login page of the upload page