network.download

hey all,

i am using network.download to fetch some images from the web. so far so good.

problems:

  • download cant be cancelled
  • if i start the downloads in a sequence (first successfull, then start second etc), it takes ages.
  • if i start the downloads at the same time, it goes much faster, so i guess this is the way how to deal with it?

suggestions? has anyone done sth with sockets? [import]uid: 90610 topic_id: 31818 reply_id: 331818[/import]

This may not help directly, but have you thought about checking if the user is on wifi first?

It may make more sense to download everything in one go if the user is on wifi, or download one at a time over cellular. [import]uid: 62706 topic_id: 31818 reply_id: 126989[/import]

This may not help directly, but have you thought about checking if the user is on wifi first?

It may make more sense to download everything in one go if the user is on wifi, or download one at a time over cellular. [import]uid: 62706 topic_id: 31818 reply_id: 126989[/import]