Hi,
due to some business requirements i want that, whenever an image is attached it gets compressed to a size of 60 KB or less, now what approach shall i follow.
I have tried using a plugin,on post-operation stage and create message for annotation this plugin is registered.
I retrieve the image which i am trying to insert, plugin returns me a base64String , now i need to compress this base64 which i tried doing using System.IO.Compressor but the compressed base64 does not render.
Any suggestions on this.

*This post is locked for comments
I have the same question (0)