NSURLConnection download large file (>40MB)

后端 未结 4 872
刺人心
刺人心 2020-12-02 21:10

I need to download large file (i.e. > 40MB) to my application from server, this file will be ZIP or PDF. I achieved it using NSURLConnection, that works wel

4条回答
  •  借酒劲吻你
    2020-12-02 21:52

    This happens because of my downloadable file was in shared hosting which having the download limitations. After I moved that file to dedicated server that working fine. and also I tried to download some other files like videos from some other sites, that also working fine.

    So, if you having problem like partial download, don't only stick with the code, check the server too.

提交回复
热议问题