Do you have in your form element
enctype="multipart/form-data"
Hi,
I am uploading some files.
'attachments' => 'mimes:pdf,xsl,doc,docx,pptx,pps,jpeg,bmp,png',
I have set some rules for the mimetype here. However, even when i try to upload a pdf file. i still get the error
The attachments must be a file of type: pdf, xsl, doc, docx, pptx, pps, jpeg, bmp, png.
Please or to participate in this conversation.