chunked post to ASP page

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!
letisoft [ Sa, 20 Oktober 2007 08:14 ] [ ID #1850055 ]

Re: chunked post to ASP page

<letisoft [at] gmail.com> wrote in message
news:1192860872.571647.236030 [at] 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
Anthony Jones [ Sa, 20 Oktober 2007 12:44 ] [ ID #1850059 ]

Re: chunked post to ASP page

On Oct 20, 1:44 pm, "Anthony Jones" <A... [at] yadayadayada.com> wrote:
> <letis... [at] gmail.com> wrote in message
>
> news:1192860872.571647.236030 [at] 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
letisoft [ So, 21 Oktober 2007 18:03 ] [ ID #1850578 ]
Webserver » microsoft.public.inetserver.asp.general » chunked post to ASP page

Vorheriges Thema: Is there a maximum number of emails CDONTS can handle in an asp script
Nächstes Thema: netobj.GetSystemInfo()