sreysros's avatar

Validate error when upload docx on server

Hello everybody, I got an error when I upload docx file on server but on localhost it works fine.

Here is the code 'files' => 'required|mimes:docx,pdf' and I already try use zip instead of docx but still not work. Can anyone help? Thank you.

0 likes
2 replies
sreysros's avatar

Thanks you, I just added 'doc' to mimes and it worked !! 'files' => 'required|mimes:doc,pdf,docx'

Please or to participate in this conversation.