Dec 14, 2016
0
Level 3
Cannot validate xls extension only xlsx validated
Hi I need some help please when I tried to upload excel file with extension .xls , it goes to my validation it will not upload, but if I use the .xlsx extension it works fine it will upload.
here is my validation
$this->validate($request,[
'myupload' =>'required|mimes:xlsx,xls',
]
Thank you in advance
Please or to participate in this conversation.