PHP mp3 upload with spaces in filename
- by Maenny
Hi folks,
I am building a site, where users can upload their mp3s and I ran into a little problem that I can't solve:
The upload works fine, but only when the user selects an mp3-file which has no spaces in their mp3-filename. A file like 'My nice mp3 file.mp3' will result in a NULL of $_FILES['file']. Has this to do with Server-configurations?
…