How to send zip file to server using SSZIPArchive

328 views Asked by At

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.

1

There are 1 answers

0
Rajeev Singh On BEST ANSWER

I have done it i changed all images to NSData and then send to my server.