Hi Experts,
I have to do image validation in AX 2012. When user upload image for product, I need to ensure the image size is in 1:1 ratio if not I have to throw error.
Also, I am uploading the image by Document handling functionality.
Any suggestion on how to achieve this?
Regards,
Ganesh
*This post is locked for comments
I have the same question (0)The native AX solution is using the Image class and its methods height() and width().