Level 50
Try see what mime type the uploaded file is..
dd($request->file('upload')->getMimeType());
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.
Please or to participate in this conversation.