Hi,
I am using the same thing to upload the xml but doesn't seems to be work. My webform Default.aspx is running there on IIS server and i put these two lines in Page_Load. I am using uprise way http post and set request body.
Dim sr as New StreamReader(Page.Request.InputStream)
Page.Reqeust.SaveAs("c:\my.xml", False)
Can any body help how to use this sr object
|