Tagged Questions

0
votes
1answer
179 views

MD5 hashing to post image

Hi I am using below code to post image and I want to apply MD5 hashing in this code NSData *imageData = UIImageJPEGRepresentation(imageView.image, 50) ; ; EDAMResource *imageResource = ...