Are you trying to download the file via a direct URL or via a web service that serves files?
I have been successful in downloading files around 2 or 3 MB via direct URL.
As far as chunking goes, there are no standard APIs available. You would have to use bytestream and by grabbing content from the InputStream, write the data to file.
~Aniket
|