views:

19

answers:

1

I am facing an issue with asp.net file upload control inside update panel.

That is FileUploadControl.HasFile always return "true".

Can we create a "file upload" control (which has "browse button") using html controls...and use it inside asp.net 2.0 ???

+1  A: 

<input type="file" />?

Paul D. Waite