rootio / rootio_web

RootIO web app & telephony services
https://rootio.eu
GNU Affero General Public License v3.0
36 stars 19 forks source link

Validation for file uploads #336

Open judelove opened 5 years ago

judelove commented 5 years ago
judelove commented 5 years ago

Audio files uploaded to the system should have the following qualities:

These constraints should be clearly specified on all file upload fields (Tracks, IVR Menu, Voice prompts) as well as enforced both locally and on the server.

carlosmouracorreia commented 5 years ago

Can you remind me in which place of the web logic you showed me a page where there's effective validation for audio files? So I reuse existing logic @judelove

carlosmouracorreia commented 5 years ago

@nightsh I can't seem to get the _ module for localising the error messages when on uploader.js directly. Can you give any suggestions?