mime type of uploading file is application/octet-stream fails. #950
-
In my code, files with the MIME type "application/pdf" are successfully uploaded, but PDF files with the MIME type "application/octet-stream" are not getting uploaded. I need to fix that. |
Beta Was this translation helpful? Give feedback.
Answered by
karandatwani92
Apr 19, 2024
Replies: 1 comment 2 replies
-
Hey @avinashtelsa This question is related to Laravel Validations, not Backpack. I think |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tabacitu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @avinashtelsa
This question is related to Laravel Validations, not Backpack. I think
'mimes:pdf,application/octet-stream'
may work here.