chunked post to ASP page

chunked post to ASP page

am 20.10.2007 08:14:32 von 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!

Re: chunked post to ASP page

am 20.10.2007 12:44:25 von Anthony Jones

wrote in message
news:1192860872.571647.236030@e9g2000prf.googlegroups.com...
> 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?
>

That would seem to be a sensible strategy. What type of data are you
posting?



--
Anthony Jones - MVP ASP/ASP.NET

Re: chunked post to ASP page

am 21.10.2007 18:03:55 von letisoft

On Oct 20, 1:44 pm, "Anthony Jones" wrote:
> wrote in message
>
> news:1192860872.571647.236030@e9g2000prf.googlegroups.com...
>
> > 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?
>
> That would seem to be a sensible strategy. What type of data are you
> posting?
>
> --
> Anthony Jones - MVP ASP/ASP.NET

Hi Anthony,

It didn't worked, but this is according to the other side :)

I am setting new box to tets myself, then I hope you could help much
more as it will be me cotroling everything.

Thanks:
stm