Hi there
I am downloading video files over wifi through my application to the iphone.
I want to make a % downloaded display (eg: loading bar style).
I thought about using - (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data;
but I would need to know how much data there was overall to download.
Is there any way to make a "download status" bar?
Thanks