billnguyen's avatar

Can't validate mp3 file when upload file in Laravel

I try to upload mp3 file, but when I validate it, It always wrong file. This is all rules I tried: audio/mpeg, audio/mp3, audio/mpeg3, mpga But all things doesn't work.

0 likes
3 replies
Jaytee's avatar

Try:

'something' => 'mimes:mp3'
1 like
maxdiachuk's avatar

@Vable audio/mpeg4-generic, audio/mp3, audio/mpga or mpga doesn't work, unfortunately(

Please or to participate in this conversation.