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.

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top