I have a form with 3 separate file input fields. I can't seem to find a way to individually validate their MIME types before uploading them to the server. (The first 2 are supposed to only allow MP3 files, while the last is only supposed to allow only JPEG files.)I have a form with 3 separate file input fields