Make petty much anything clickable and behave like a input="file" element. Inspired by how FancyUpload covers elements with flash, and Shaun Inman's example of styling file-form elements. Demo can be found at http://jsfiddle.net/vondoom/DHBEu/13/
The Element.File constructor accepts Element object.
var demo = new Element.File(document.id('my_element_id'));
Doesn't play nice with button-elements when using webkit.
A note on comments here: These comments are moderated. No comments will show up until they are approved. Comments that are not productive (i.e. inflammatory, rude, etc) will not be approved.
Found a bug in this plugin? Please report it this repository's Github Issues.
blog comments powered by Disqus