Write a java class that will handle uploading an audio file by receiving the file path as an input. Handle different formats, such as: - `mp3` - `ogg` - `flac` ... and so on (at least the widely used formats should be supported).
Write a java class that will handle uploading an audio file by receiving the file path as an input. Handle different formats, such as:
mp3oggflac... and so on (at least the widely used formats should be supported).