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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to