0

I've written a file handler which reads blob from MS Sql Server and send it to the user browser.

My handler now supports "206 Partial Content" and it works fine in Chrome or even VlC Player. Unfortunately it doesn't work with FireFox and IE and the reason isServerVariables["HTTP_RANGE"] is always null in Firefox and IE.

and I always send this header to response:

Response.AddHeader("Accept-Ranges", "bytes");

Anyone could help me?

Ali. B
  • 65
  • 9
  • Is your implementation of accept-range correct ([\[1\]](http://stackoverflow.com/a/24357749/11683), [\[2\]](http://stackoverflow.com/a/18745164/11683))? – GSerg Feb 16 '15 at 09:20
  • I think yes. I've mentioned how I sent Accept-Ranges. – Ali. B Feb 16 '15 at 09:33

0 Answers0