How to upload mp3 files using FileUpload?

this is what im trying:
                                FileUpload::make('audio')
                                ->previewable(false)
                                    // ->
                                    // ->acceptedFileTypes([
                                    //     'mp3',
                                    //     'wav',
                                    // ])
                                ,


but i get
image.png
Was this page helpful?