Guys,

I've been working on development of a webserver and I want to know how I can
know that I have all of the data for a request.  If I post a form using the
form's enctype attribute, the form is divided up (files and all) as
delimited sections.  However I don't seem to get all of the data.  I loop
until the Socket.Available property returns 0, but that is not  the end of
the data.  If I just sit for a couple seconds, more data appears and then
more still.  How can I use a TCPListener blocking Accept() method to get all
of the data and know that my request has completed?

Thanks,
Mike

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to