Validation of file content type #11

Closed
opened 2025-02-04 08:09:06 +01:00 by niat8586 · 1 comment
Owner

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.

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.
Author
Owner

Simple client side validation is now in place.

Checks that the mime type is of audio or video.

Simple client side validation is now in place. Checks that the mime type is of audio or video.
Sign in to join this conversation.
No Label
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/seshat#11
No description provided.