I have an ASP.NET web application and I need to put data from the web page to the output text file.
I would like to give user an ability to select the folder where the file will be saved. For example, when the user clicks on the 'Browse' button the select folder dialog should appear.
Is it possible to implement such thing in the asp.net web application?
Using <input type="file">
the user can only browse the files on his computer. There's no way for him to see folders on the server unless you give him a list or treeview structure so that he can choose from. Here's an example of building such a treeview.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With