I am trying to write a asp.net app (using VB) that will perform 3 functions
1. allow a user to select a csv file
2. read the file and perform validations
3. log results of validations
I know how to do #2 and #3 no problem
If I were using a windows application I would use openfiledialog to accomplish #1. Apparently, openfiledialog is not available in asp.net
Any ideas on how to emulate the same functionality in asp.net
I just want the user to be able to select files ...I am not looking to save or upload files
http://www.telerik.com/products/aspnet-ajax/fileexplorer.aspx#explorer-interface
Notice that you only expose the contents of a root folder in the server.