Validation of file content type #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently there is no validation of the file content type.
The application should only accept the following files:
mp3, mp4, mpeg, mpga, m4a, wav, webm.
At a minimum we should validate this on server side.
It would probably be nice to have some client side validation as well.
Simple client side validation is now in place.
Checks that the mime type is of audio or video.