angular-dynamic-forms icon indicating copy to clipboard operation
angular-dynamic-forms copied to clipboard

type file accept specific filetypes

Open aszharite opened this issue 10 years ago • 1 comments

Hey, is there a way to restrict the file types accepted by a input type=file or the maximum file size (for example accept only pdf's under 30mb) ?

aszharite avatar Dec 18 '14 14:12 aszharite

I don't recall whether HTML supports that or not. You may be able to do it programmatically, though. When one or more files are selected, the model contains details about them, which I believe includes file type. You should be able to set a watch on your file input model to check selected files and remove any that don't match.

danhunsaker avatar Dec 18 '14 21:12 danhunsaker