我正在尝试使用表单上传.cert
文件。
我确实为输入设置了验证,如下所示:
'cert'=>'required|mimes:cert',
上载.cert文件时,我收到一个错误消息,该文件无效。
因此我了解到该问题与浏览器mimes Types
有关。
我知道如何进行这项工作吗?
答案 0 :(得分:0)
考虑到您使用的是最新版本的laravel。我认为您需要用 firstGetHttp(input1: Object, input2: Object) {
this.httpService.firstGetData(input1, input2).subscribe(data =>{
this.httpResults = data;
}, err =>{
}, ()=>{ // When First Request Complete Call Second Request.
this.secondGetHttp(this.input1.value, this.input2.value);
});
}
secondGetHttp(input1: Object, input2: Object) {
this.httpService.secondGetData(input1, input2).subscribe(data =>{
this.httpResults = data;
}, err => {
}, ()=>{ // When First Request Complete call third request
this.thirdGetHttp(this.input1.value, this.input2.value);
});
}
或cert
代替哑剧cer
。请参见下图。
参考链接: https://laravel.com/docs/5.8/validation https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types