What's all accepted file filters?
Don't see any documentation just image/*
What if I want to allow multiples like images, txt, docx, pdf?
This is the accept attribute of the <input type="file">
element that is used under the hood.
2 Likes