|
-
Feb 5th, 2000, 01:10 AM
#1
Thread Starter
Junior Member
Please I need the code to how transfer any type of file via Internet, and provide the user with a pregoress bar.
Thank you in advance.
-
Feb 5th, 2000, 08:45 PM
#2
Addicted Member
ok, first send the size of the file you want to transfer. Then you can calculate the progress of the file with the received bytes and the filesize.
progbar1.value = (100 * bytesrecieved) / filesize
Same for the client.
progbar1.value = (100 * bytessent) / filesize
------------------
Razzle
ICQ#: 31429438
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|