L
letisoft
Hello,
I am sorry but I am not ASP developer, anyhow I have problems
communicating with ASP pages so I am trying to help the developer of
the page.
The problem is with posting chunked data. According to HTTP 1.1
Content-Length header is missing so Request.TotalBytes is -1.
The only idea I have is that we should use Request.ReadBinary till end
of the stream is reached?
Has anybody managed to get ASP working with chunked data properly?
Thanks in advance!
I am sorry but I am not ASP developer, anyhow I have problems
communicating with ASP pages so I am trying to help the developer of
the page.
The problem is with posting chunked data. According to HTTP 1.1
Content-Length header is missing so Request.TotalBytes is -1.
The only idea I have is that we should use Request.ReadBinary till end
of the stream is reached?
Has anybody managed to get ASP working with chunked data properly?
Thanks in advance!