iOS下载解压缩文件-ZipArchive与文件上传

来源:互联网 发布:wifi模拟3g网络 编辑:程序博客网 时间:2024/05/16 07:52

1.压缩文件,用途比如QQ的换皮肤。

// Create[SSZipArchive createZipFileAtPath: zipPath withContentsOfDirectory: sampleDataPath];// Unzip[SSZipArchive unzipFileAtPath:zipPath toDestination: unzipPath];

2.需要获取请求头的数据:

--\r\n

Content-Disposition:form-data;name="";filename=""\r\n

Content-type:文件的MIMEType\r\n

\r\n

文件数据

\r\n

--\r\n

3.MIMEType

png -> image/png

js -> application/javascript

text/txt -> text/plain

son -> application/json

0 0
原创粉丝点击