Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 SSZIPArchive 库来压缩和解压缩文件。使用照片框架,我从图库中获取所有图像,并使用 SSZIPArchive 将所有图像压缩到文档目录中。但是我将如何将该 zip 文件发送到我自己的服务器。
我已经完成了,我将所有图像更改为 NSData,然后发送到我的服务器。