Hi,
I'm trying to use the asp.net Input (file) with my program - i've placed it ont my program and I can click browse and it locates the file I want.
Eg: "C:\Users\Name\Desktop\test.rtf"
However, I then want to have it so that when I click a 'Submit' button it reads the contents of test.rtf.
How can I implement this into a button?
Thank you.