I want to change the Text of the browse button in the FileUpload Control (System.Web.UI.WebControls), instead of the [Browse...] text I want to use [...]
views:
4705answers:
3
+2
Q:
How to change the Text of the browse button in the FileUpload Control (System.Web.UI.WebControls)
+2
A:
This isn't technically possible for security purposes, so the user cannot be misled.
However, there are a couple of workarounds, although these require working with the raw HTML rather than the .NET server control - take a look at http://www.quirksmode.org/dom/inputfile.html for one example.
Luke Bennett
2008-09-18 16:48:37
A:
Some third party tools provide this option. For example, we use the Telerik Upload control:
Coov
2010-04-30 15:35:15