I'd like to download images from a network path. But since there is a risk of big files, I thought it would be a good idea to write/append partial NSdata chunks directly to a file in documents directory. Is this posible? I have an asynchronous URLConnection set up. It calls back to a delegateI'd like to download images from a network path