I need to validate an upload, the extension is .ies and the mime type is application/octet-stream (like a bin file).
The validation fails no matter what I type in the "mime" rule of the validator, I tested with: ies, bin and application/octet-stream, but all fails.
How can I tell Laravel that application/octet-stream is the mime type for ies files?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community