D
DavidC
I am using the asp.net FileUpload control and it works fine. However, I want
to add the file name to a listbox right after the user browses and selects
it. I can do it once the postback occurs but I would like to have it display
as soon as the user selects it and then have the FileUpload textbox clear out
to select another file. Any ideas on how I can make this work is appreciated.
to add the file name to a listbox right after the user browses and selects
it. I can do it once the postback occurs but I would like to have it display
as soon as the user selects it and then have the FileUpload textbox clear out
to select another file. Any ideas on how I can make this work is appreciated.