I'm using laravel to upload an mp3 file to a folder.
I must do it with an API so I can't use a form for it. I created an UploadController and resource route that belongs to it. Deleted other methods except store. Also I must get two parameters with it.
I can get only mp3 file, not other parameters. Is there a better way to handle multipart request?