I have a simple file blueprint that seems to work fine:
title: My PDF Upload
accept:
extension: pdf
options:
changeName: true
replace: false
delete: true
It only allows me to upload only PDF files, which is exactly what I want. However in the field itself, besides the “upload” option, users can also “select” a previously uploaded file. And the latter are not filtered by pdfs. Users can select basically anything.
How can I allow users to only pick specific file types in a field?
Did you assign a template to the files during upload? You can also look this up in the .txt.
Can you also post the entire blueprint code? Maybe there is an error at another place.