Re: iOS: download a file and show progress

2012-06-05 Thread Chris Sheffield
I knew I had to be missing something. I always forget to check the iOS release notes. Thanks, Matthias. Chris On Jun 5, 2012, at 2:28 PM, Matthias Rebbe wrote: > Chris, > > There is a urlprogress handler for that. I am doing that that way. > > Search for "non-file url access" in the ios Rel

Re: iOS: download a file and show progress

2012-06-05 Thread Matthias Rebbe
Chris, There is a urlprogress handler for that. I am doing that that way. Search for "non-file url access" in the ios Release notes. There you find all you need. Regards, Matthias Am 05.06.2012 um 21:46 schrieb Chris Sheffield: > In the recent Small Business Academy videos, Kevin gave a ha

Re: iOS: download a file and show progress

2012-06-05 Thread Bob Sneidar
Not sure if it's doable on iOS but this does underscore a need for progress callbacks in file operations. Nice feature request if someone has not already submitted one. Bob On Jun 5, 2012, at 12:46 PM, Chris Sheffield wrote: > In the recent Small Business Academy videos, Kevin gave a handy e

iOS: download a file and show progress

2012-06-05 Thread Chris Sheffield
In the recent Small Business Academy videos, Kevin gave a handy example for how to download a file and show progress... in a desktop app. The same process doesn't seem to work for an iOS app. As far as I can tell, the crucial URLStatus() function does not work under iOS, and this is the function