I am using SSZIPArchive library for zip and unzip file. Using Photos framework i fetched all images from gallery and zip all images into document directory using SSZIPArchive. But how will i send that zip file to my own server.
I have done it i changed all images to NSData and then send to my server.