OpenFile DialogBox

  • Thread starter Thread starter Fabiano
  • Start date Start date
F

Fabiano

Please,

i need to create an webpage that allows user to upload a file to server. I
looked up at webcontrols that allow something like this but didn't found
anything, just the HTML Control.

I thought i could create my own usercontrol, but i have no idea how can i
show the OpenFile dialog box from within a web form.

Anyone can help me?

Tks in adv.
Fabiano
 
unless you write an active/x control, the HtmlInputFile control is it.

-- bruce (sqlwork.com)
 
Back
Top