in uploads.php
The first line receives the parameter allow, which is passed in when the syUpload object is instantiated, and when the syupload object is constructed, the passed allow is directly used as the allowed suffix dictionary
So when we upload, we only need to add an allow parameter to upload files with any suffix
The text was updated successfully, but these errors were encountered:
in uploads.php




The first line receives the parameter allow, which is passed in when the syUpload object is instantiated, and when the syupload object is constructed, the passed allow is directly used as the allowed suffix dictionary
So when we upload, we only need to add an allow parameter to upload files with any suffix
The text was updated successfully, but these errors were encountered: