Search code examples
iphoneiosimagecompressionftp-server

How to compress multiple images and upload in FTP server from iPhone app?


I am developing iPhone app for take photo and upload the photo in FTP server. From the app i want to compress nearly 25 photos taken by the user and upload the compressed photos in FTP server. Can anyone please guide me to compress the images(Like ZIP) and upload the compressed photos on FTP server. Please help me. Thanks in advance.


Solution

  • You should definitly try out this library -> http://code.google.com/p/objective-zip/ . I've had good results zipping up to 3 images. Guess 25 will work as well

    EDIT:


    Here's a post of mine which has some sample code wich you can use :)

    How can I convert my Zip-file to NSData to email my Zip file as an attachment