G
Guest
i have a c# asp.net webform and i need to allow the user to select a file in
his hard drive for attachment. a good example is yahoo's email where the user
can send attachments. when the user clicks the "Browse" button, a dialog or
window should pop up and the user can navigate to the file. after selecting
the file, the path of the file will be displayed in a textbox. i need to
allow the user to attached several files (maybe 3 for starters). i need the
code to accomplish this and thanks in advance.
his hard drive for attachment. a good example is yahoo's email where the user
can send attachments. when the user clicks the "Browse" button, a dialog or
window should pop up and the user can navigate to the file. after selecting
the file, the path of the file will be displayed in a textbox. i need to
allow the user to attached several files (maybe 3 for starters). i need the
code to accomplish this and thanks in advance.