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?
- Passing Elements From Input[type=button] To Input[type=file] popcans
