Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Partial http file download

by rhesa (Vicar)
on Feb 25, 2008 at 11:00 UTC ( [id://669982]=note: print w/replies, xml ) Need Help??


in reply to Partial http file download

Can't you do a HEAD request instead? If the file exists, you should receive useful information in the response header (such as content-type and content-length). If it doesn't exist, you should receive a 404.

Replies are listed 'Best First'.
Re^2: Partial http file download
by andreiashu (Initiate) on Feb 26, 2008 at 09:27 UTC
    Thanks a lot !
    It worked nice this way :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://669982]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 13:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found