shanely's avatar

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

0 likes
0 replies

Please or to participate in this conversation.