customize button in fileupload control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there any way to alter the look of the browse button in the fileupload
control? Maybe subsitute an image?

Thanks for any suggestions.
 
That's something the browser inserts when it encounters Type="File" . The
text and button are under the control of the browser, not the author so you
may be out of luck.

There's a discussion here on the issue:

http://www.cs.tut.fi/~jkorpela/forms/file.html

Ken
Microsoft MVP [ASP.NET]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top