N
Nayak
On my web page, I want to let the user be able to browse for a file and
select it. For this i have used HTMLInputFile Control. But here I want to
restrict the type of the files the user can select. The user should be
presented the File open dialog box to pick his file.
How to do that ????
Further more I don't want the Text "Browse..." on the Button instead I want
"...". How to do that ?????
I am using ASP.Net with C# as the code behind
select it. For this i have used HTMLInputFile Control. But here I want to
restrict the type of the files the user can select. The user should be
presented the File open dialog box to pick his file.
How to do that ????
Further more I don't want the Text "Browse..." on the Button instead I want
"...". How to do that ?????
I am using ASP.Net with C# as the code behind