Question

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.

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top