我如何才能否认Blueimp中的某些格式?

时间:2017-10-06 12:05:09

标签: php regex blueimp

我尝试使用正则表达式:

$('#uploadTable').fileupload({
    ...
    acceptFileTypes: /^[^.]+$|\.(?!(html|php)$)([^.]+$)/i,
    ...
});

但是由于某些原因它不起作用。已上传.html.php个文件。

https://regex101.com/r/d2MiT6/1

0 个答案:

没有答案