ASP control like OpenFileDialog

  • Thread starter Thread starter Tabo
  • Start date Start date
T

Tabo

Did ASP.net has a control like window control,
OpenFileDialog? Since i need to upload files on web to
server. But i only can use HTMLInputFile, which is not
useful. Can anyone provide method and free control?
Thanks.

Tabo
 
What exactly don't you like about the HTMLInputFile, which renders an "input
type=file" HTML Form field, which employs an Open File Dialog?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
 
Back
Top