Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File size with inet?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
File size with inet?
Miscellaneous
Thread ID:
00301052
Message ID:
00301052
Views:
65
I would like to get the size of an html document that I am
reading with the inet control. Then I'd like to use that
size with the bytes read to control a progress bar to show
the status of the download. I've found very little documentation
on the inet control. (Using VFP5)
Here's what my code looks like now...

strURL ="http://www.green-mfg.com"
f=fcreate("junk.txt")
cBuffer=thisform.inet1.OpenURL(strUrl,0)
fputs(f,cBuffer)
fclose(f)
Reply
Map
View

Click here to load this message in the networking platform