Im trying to get a form to upload mp3 or certain image files to a folder. Using below code I can upload the image files ok, but when i try to upload an mp3 i get the err
Looks like your mp3 file cannot be uploaded, so it is missing in $_FILES array. That might be due to its size compared to image files.
$_FILES
Please check upload_max_filesize and post_max_size settings from your php.ini and allow a greater size than your mp3 file.
upload_max_filesize
post_max_size
php.ini