I would like to be able to only upload PDF.
I have seen methods here acceptsFile
or acceptsMimeTypes
that could do the trick, but it seems that it will give an error at submiting the file.
I was loooking for a way to only be able to select pdf.
With the built-in laravel File resource, I was able to use :
->acceptedTypes('.pdf')
How should I do this with this plugin ?