Open File Dialog

cpedro

New member
Joined
Apr 26, 2005
Messages
1
Programming Experience
Beginner
I'm trying to use a open file dialog in a web application but as far as i've notice the commun dialog class is part of the windows.forms namespace which i can't use in a asp.net application.
Is there an asp object that does the same thing?

Carlos Pedro
 
That's right there isn't an asp.net dialog control. You'll need to use the html input control with type file.

TPM
 
Back
Top