lostdreamer_nl8 years agoLevel 53ReplyReport SpamAn svg is actually more XML than an image (so yes, it's actually text). The Intervention image library also doesnt support it, so if you need to edit the image you'll have to install the Imagick Image library. The validation could be done by checking for mimetype instead of 'image': mimes:jpeg,png,jpg,gif,svg should work Like Reply
lostdreamer_nl8 years agoLevel 53ReplyReport Spamalso: try uploading the SVG to http://mime.ritey.com/ It might be that it has the wrong mimetype set (text/xml instead of image/svg+xml) Like Reply
brent265 OP 8 years agoLevel 1ReplyReport SpamThe mime type seems to be ok, but the validation only on mime keeps failing. I'll do some more testing tomorrow. Like Reply