On 3/29/06, onin <[EMAIL PROTECTED]> wrote: > hi all! > > im using httpclient getmethod and i'd like to know > how can i get the file size of the file im currently downloading?
You could look at the 'Content-Length' header field. Most servers set that field. > whats the method i should use, > or api should read. > > thanks. > > > -- > "A whim, a thought, and more is sought... awake, my mind... thy will be > wrought!" > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
