Hi all,
I have to change the Fileupload server control's text.Now by default it displays "Browse...". I want to change this text to something (eg: File upload).
If u have solution please give me a reply as soon as possible.

Hi all,
I have to change the Fileupload server control's text.Now by default it displays "Browse...". I want to change this text to something (eg: File upload).
If u have solution please give me a reply as soon as possible.

Hey , I have solved this problem by hiding that Browse button using DIV tag and putting Button over ther and calling the click event of the browse button.

document.form1.brwUploadPO.click();

above code is called onclick event of the button. brwUploadPOS is id of browse control.
But I tried to changing the text without doing the above process. But I could not. If any of u found that solution let us know.
thanks to whoever tried to solve this issue. :lol:

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.