I am working with a C# program which has a textbox txtPath and an HTML website that has another textbox txtWebPath. The website is written in JavaScript.
txtPath is being filled by openFileDialog, while txtWebPathis being filled via drag-and-drop. My goal is to have a button that sends txtPath value to txtWebPath.
Is there a way to do that?