Forum Moderators: coopster & phranque

Message Too Old, No Replies

JavaScript FileUpload Grafik-Button

How can I change the Browse and Upload Button

         

itchy72

4:39 pm on Jun 29, 2001 (gmt 0)



For a nice design I need to change the browse
and the upload button for an <INPUT TYPE=file>
tag.

Is there a possibility to make it in JavaScript
like the SUBMIT-Button with
<A HREF="JavaScript:Submit()">

sugarkane

2:54 pm on Jun 30, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi itchy, and welcome to WebmasterWorld.

You can change the 'upload' button by using <input type="image" src="foo.gif"> instead of <input type="submit">.

I honestly don't know if it's possible to change the 'browse' button... Can any JS experts help?

itchy72

6:39 am on Jul 2, 2001 (gmt 0)



Thanx,
now i changed the upload-button, but it looks very poor, if I canīt change the file-browser-button.

Hope for a JS-God to help...