标签: php regex blueimp
我尝试使用正则表达式:
$('#uploadTable').fileupload({ ... acceptFileTypes: /^[^.]+$|\.(?!(html|php)$)([^.]+$)/i, ... });
但是由于某些原因它不起作用。已上传.html和.php个文件。
.html
.php
https://regex101.com/r/d2MiT6/1