Forum Moderators: phranque
I'm writing a web application that starts to stream a movie when the user download an audio file; I'd like a server side solution, catching the beginning of the download and the end.
I've read about Apache Content Negotiation but I don't know how can I handle this request with a server programming language.
thank you