Search code examples
iosobjective-cswiftssziparchive

How to send zip file to server using SSZIPArchive


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.


Solution

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