You might want ti have a look at this page: http://www.quirksmode.org/dom/inputfile.html
On Oct 21, 1:08 pm, popcans <[EMAIL PROTECTED]> wrote: > I am trying to figure out a way to style a file input. Basically I > hide the file input, and create a button that goes where the file > input should be. Now I want to be able to activate the file input by > clicking on the button I made. Is there a way to transfer the onclick > event from the button to the file input to activate the file browser? > I tried the cloneEvents method, but didn't really have any success. > Any ideas if this will work or not?
