SwiftAudio
SwiftAudio copied to clipboard
Open filename that contains whitespaces
trafficstars
Hi, I'm using this library to open local url but I have a problem when I try to open an url that contains whitespaces in filename. So, for example, if I try to open a file which name is "example_file.mp3" this audio is successfully opened. But, if I try to open a file which name is "example file.mp3" an error occurs "The requested URL was not found on this server". I've also tried to replace the name with "example%20file.mp3" but I have the same error.