Hey all, I was hoping there was a way to use an image to essecially do the same thing as <input type="file">. I haven't seen it done before so I'm not sure if it's possible.
I was hoping thru javascript we could do sumething like:
function browseFile() {
whatever code needed to do the file upload stuff
}
....
<img onClick="browseFile()" />
I just want the button to look pretty. Any help is appreciated.
-Shu
I was hoping thru javascript we could do sumething like:
function browseFile() {
whatever code needed to do the file upload stuff
}
....
<img onClick="browseFile()" />
I just want the button to look pretty. Any help is appreciated.
-Shu