Is it possible to use uploadify to allow any user to select a file from the file dialogue and insert it into the file input element of a form? I only need t
If it's only the upload button you want to style, why can't you use CSS? That should work across all browsers.
If you put your code on jsFiddle, I can tell you more about what you can do.