Hi,
I need to add to my
vb.net web form application the Save As File Dialog so that users can save a file to a location they specify.
I don't want to open any file. I only want to allow user to save file where he selects. I need something like the Save As Dialog (I know it exists in Windows Forms).
How can I do that in a web form?
Thanks