Check Size of Web File Before Downloading it?

  • Thread starter Thread starter jehugaleahsa
  • Start date Start date
J

jehugaleahsa

Hello:

Is it possible to request the size of a file given a URL?

I would like to ignore files less than a user-specified value, but I
don't think I should have to download it first, just to find out. Any
help?

Thanks,
Travis
 
Well, the response *may* give you a content-length header, but it may
simply stream, in which case you cannot tell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top