How to verify the permissions of the upload module in nginx?
世界只因有你
世界只因有你 2017-05-16 17:28:26
0
1
722

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?

世界只因有你
世界只因有你

reply all(1)
漂亮男人

Nginx Upload Module does not have this function, but you can add password passwd verification at the login page of the upload page

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!