SAVE dialog in ASP.NET(VB.NET)
I have simple ASP.NET page in which I want to have a "BROWSE" button. When this browse button is pressed, standard WINDOWS save dialog should appear that should ask a filename. The path alongwith filename should be copied to text box with it. In other words, I am asking same functionality as <input type=file id=file1> gives but with the difference of SAVE dialoge instead of OPEN dialog. That is it. I am then writing data using streamwriter object to this file. Anyone knows how to do that?
|