TMS Sparkle

Hi,

How can I implement a Sparkle server for serving big static files?
with 206 statuscode / seek in file for serving big files?
On the client side i will have a html video element

Is it suitable for that?

Thanks,
Mihai

In Sparkle you have full control over the response you sent to the client. You can do it manually, just replying with 206 code and putting the proper HTTP headers and content in the response.