How to post data and attach file using webbrowser.navigate

  • Thread starter Thread starter Nadeem
  • Start date Start date
N

Nadeem

Hello All,

I am trying to write one component in C# ( .NET 3.5 ) which will allow
the user to gather some error information and post the error text and
a file ( log file ) to a asp.net page. I am using webbrowser.Navigate
method.
Once the information is posted and the page is loaded what ever info I
post should be shown in the text boxes in the aspx form the file
should also be attached.

I am able to post data to the form but I do not know how to attach a
file in post using webbrowser.navigate().

there are alot of examples out there but they use webclient or
httprequest\httpresponse.

I will appreciate any help in this regard.

Nadeem
 
Back
Top