This repository has been archived by the owner on Nov 16, 2021. It is now read-only.
New to KeystoneJS, how do you limit file extension upload? #104
Unanswered
yasir-fayrooz
asked this question in
Q&A
Replies: 1 comment
-
I think this is not possible at the moment. It would require that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a Field of type File and it uses an appropriate LocalFileAdapter to store my files statically. I want to be able to limit my file extension types to images only but i cannot seem to do so in KeystoneJS 5. The current upload button shows all file extension types...Any ideas? I'm stumped right now. I know it has something to do with Mimetypes
Beta Was this translation helpful? Give feedback.
All reactions