[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webservices

is there a size limit on HttpRequest.InputStream?

(Steve)

1/8/2003 6:14:00 AM

Hi,

I am doing a client POST method to an aspx page. On the server side I
use
Stream MyStream = Request.InputStream; and read the stream and save to
file.

My Client gets a socket message WSAECONNRESET connection reset after
about 96KB. Does anyone know if there is a limit to the amount of data
I can POST to this method?

Regards