November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
You have to add support by your self. You can find code in this blog: https://world.episerver.com/blogs/Ben-McKernan/Dates/2015/7/supporting-svg-images/ :)
I am using ImageGalleryHandler to save the Image in the system. It works fine for image files (.jpg, .png etc.) However, it does not let me to add an SVG image to the system.
I have used the AddImage(Image) to add the image.
When debugged I am getting this from FrameworkException (Screenshot) - https://1drv.ms/u/s!Ao3_PEzak8vNlU3KZiOeBNum9a81
It says "Image file could not be read, this could be because the file is corrupt or in an unsupported format"
I am sure that my file is not corrupted. And is this true? Are the SVG files not supported?