Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
By using
<asp:FileUpload ID="flDoc" runat="server"/>


Browse Button is displayed.. i want to change the browse button to an image button so that i can select the image button from my system.

can it be possible using jquery or any other way.

thank you,
yashoda
Posted
Updated 15-Mar-11 23:11pm
v2
Comments
Sandeep Mewara 16-Mar-11 5:17am    
AFAIK, not possible. (Yet not posting it as an answer to let others share their thoughts)

You have to make your own custom control for it.

1 solution

I think you cannot do it in Fileupload control.
Please check this below link.
You can do it by just using the input html tag with type="file" and some custom coding.

http://www.quirksmode.org/dom/inputfile.html[^]
 
Share this answer
 
v2
Comments
Dalek Dave 16-Mar-11 5:21am    
Good Link

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900