In my selenium c# windows forms application, I have a scenario like uploading a doc/docx file. I have already done uploading in some another case.since it has some text box
Since its a OS dialog box you cannot handle it with selenium , you can use java script executor check this link Webdriver: File Upload