I want users to be able to save files to a certain location so I need to save the folder path they want. I want to do something like the way to change the download location in Google Chrome:
I know to save a file I could use <asp:FileUpload runat="server" ID="file" />
But I just need to capture the path of the folder, not save a file. How do I do this in asp.net? Then later when I do save the file, I will have the location the file needs to go.