How can we get size of the File....
-
Can somebody help me ... In my FTP application i need to get the size of the file or bytes transferred in uploading or downloading . What is the suitable API for achieving this??? Thanks in advance Shikha
-
Can somebody help me ... In my FTP application i need to get the size of the file or bytes transferred in uploading or downloading . What is the suitable API for achieving this??? Thanks in advance Shikha
the total size of file or bytes transfered(i.e. file size = 32kb), or the constantly updated size(i.e. 0% - 100%)?
I win because I have the most fun in life...
-
the total size of file or bytes transfered(i.e. file size = 32kb), or the constantly updated size(i.e. 0% - 100%)?
I win because I have the most fun in life...
Thanks sir for ur reply....Actualy i need to know both that is How can i get the total size of file also the bytes transferred ? because i need to calculate the time to set the range of progress indicator. Thanks Shikha
-
the total size of file or bytes transfered(i.e. file size = 32kb), or the constantly updated size(i.e. 0% - 100%)?
I win because I have the most fun in life...
Thanks sir for ur reply....Actualy i need to know both that is How can i get the total size of file also the bytes transferred ? because i need to calculate the time to set the range of progress indicator.