Trying to upload SVG image from image field, getting message that only png,gif and jpeg are supported. Solution is appreciated.

Comments

lmspec5’s picture

This is fairly recent but you might give it a try...

SVG Formatter Module

Jaypan’s picture

I'd use hook_form_alter() and see if you can alter the allowed file types for the form element.