libURL and Resumable Downloads
    Derek Bump 
    list at dreamscapesoftware.com
       
    Sat Jan  6 09:57:45 EST 2007
    
    
  
Dave Cragg wrote:
> If you know the range of bytes you want to download, you can set the 
> Range header.
> 
> For example, to get the first 500 bytes of a file:
> 
>    set the httpHeaders to "Range: bytes=0-499"
> 
> Or to get the final 500 bytes:
> 
>    set the httpHeaders to "Range: bytes=-500"
Wow, that's pretty easy.  Thanks for clearing that up for me Dave.  With 
that I should be able to write a nice little function to take care of 
it.  When it's done I'll post it.
Thanks again for the help!
Derek Bump
Dreamscape Software
www.dreamscapesoftware.com
    
    
More information about the use-livecode
mailing list