how to make the <input type="file"> only take ceartin files code example
Example: input type file filter extensions
<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">
<input type="file" accept=".gif,.jpg,.jpeg,.png,.doc,.docx">