0

在我的应用程序中,我需要下载 .epub 文件,我正在使用这样的网络服务:

{"categories":[{"cat_id":"10","cat_name":"\u10ec\u10d8\u10d2\u10dc\u10d4\u10d1\u10d8","cat_image":null,"cat_list":[{"sub_cat_name":"\u10df\u10d0\u10dc\u10e0\u10d8","Cat_Data":[{"prod_name":"https://www.readerwill.com/\u10ec\u10d8\u10d2\u10dc\u10d8\u10e1 \u10d0\u10d5\u10e2\u10dd\u10e0\u10d8 1.epub","prod_price":"4.9500","prod_image":"https://www.mysite.com/media/catalog/product/cache/1/small_image/295x295/9df78eab33525d08d6e5fb8d27136e95/s/a/sample.jpg"},........

现在我想添加“prod_url”以便我可以使用 ASIHttprequest 下载它,但产品 url 是 .html 格式。

问题是我如何以编程方式下载epub?

谢谢...

4

1 回答 1

0

您是否尝试使用 [request setDownloadDestinationPath:@"/Users/ben/Desktop/my_file.epub"]; 并在请求网址中设置您的网络服务?

于 2013-08-14T06:19:12.250 回答