czmaster 0 Posted August 19, 2010 (edited) Hello, I want to know the size of a file which i'm downloading. With the function filegetsize the size doesn't update (while downloading) unless i open the download folder in explorer (or press F5 in this folder). How can i know the current file size without opening the folder in explorer ? Thanks Edited August 19, 2010 by czmaster Share this post Link to post Share on other sites
Tvern 11 Posted August 19, 2010 If you are using InetGet to do the download, use the background parameter and check the progress with InetGetInfo. Share this post Link to post Share on other sites
czmaster 0 Posted August 19, 2010 If you are using InetGet to do the download, use the background parameter and check the progress with InetGetInfo.Thank you but I doesn't use inetget because I must download this file from an specific software Share this post Link to post Share on other sites