我正在使用BootstrapValidator并且是否有文件名的验证器? 我使用exstension和type,但想指定filename。 那可能吗?我一直在网上搜索http://bootstrapvalidator.com/validators/file/
这是我到目前为止所得到的:
JS:
fields: {
file: {
validators: {
file: {
extension: 'xls',
type: 'application/vnd.ms-excel',
message: 'Välj: lkbkom.xls'
}
}
}
}