yogiben / meteor-autoform-file

Upload and manage files with #autoForm
MIT License
92 stars 101 forks source link

How can i control files extension of uploaded files ? #114

Open K0M4R19 opened 7 years ago

K0M4R19 commented 7 years ago

Hi, I need to check in what extension have the file when uploaded. I try to add accept:'image/png' in my collection schema but it don't work. I'm looking for answer, but i never find one.

Thanks for the future answers

goncalovelosa commented 7 years ago

Hi,

Had similar issue, try accepts instead of accept.