BootstrapValidator;验证器?

时间:2014-10-28 13:28:56

标签: javascript

我正在使用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'
                }
            }
        }
    }

0 个答案:

没有答案