UploadThing file accept type restriction
I'm trying to find how I can allow the
Because currently my users are able to upload
I searched the docs but there is nothing regarding image type restriction or acceptation. Unless I missed something...
<UploadButton /> to only accept images for example with extensions of (.png, .jpg ...etc).Because currently my users are able to upload
.gif for example and I don't want to allow that.I searched the docs but there is nothing regarding image type restriction or acceptation. Unless I missed something...
Solution
Thanks that solves it for me.
However if I used this I wont be able to set
However if I used this I wont be able to set
maxFileSize and maxFileCount