emeraldtea
Programmer
I want to upload a file to databasse. In window application, I can use FileDialog to explore the directories to reach the file. In aspx, what can be done to get the same effect? System.Web.UI.WebControls does not contain anything like FileDialog. How to explore directories in web forms?