dammy's avatar
Level 2

Laravel 5.2 mime type and validation

I need up upload an mp3 file. The error after trying mp3, mpga, mpeg remains "the file must be a filetype of mpeg or mp3." I edited the mime_types.php file to add, 'audio/mpeg'=>'mp3' and the mimeextensiontypeguesser.php and still it does not work.

please help.

0 likes
3 replies
dammy's avatar
Level 2

@SaeedPrez Thanks, i got it fixed. I wrote the code again using another method that bipasses the mime type reqeust and it worked as needed.

Thanks again.

amritpa9's avatar

may i know how you bipasses the mime type, i am uploading mp3 file but not uploading... can you give me solution @dammy

Please or to participate in this conversation.