Leandro Melo wrote:
I'm no expert here, but i think you're gonna have to deal with the tradicional and ordinary file button as it comes. In other words, i don't think it's possible to use an image for this button. That's not because of struts, it's how the browsers implement thier html.
--- "Dean A. Hoover" <[EMAIL PROTECTED]>
escreveu:
I've been reading some interesting methods for using image buttons on forms in place of the familiar "Submit" style browser generated buttons. There is one automatically generated button that I am still puzzled on how to use an image for it, though. That's the one for do file uploading, as in:
<html:form method="POST" enctype="multipart/form-data"> <html:file property="theFile"/> <html:submit value="Upload"/> </html:form>
Any ideas? Dean Hoover
THIS CAN BE DONE. You have to shut off the automagically button and then use another image for a button via JavaScript. I am going to do this too, so let's cooperate on it.
Michael McGrady
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]