jquery-html5-upload
jquery-html5-upload copied to clipboard
Example HTML references $.browser which is not defined in the referenced version of jQuery
The example HTML references a version of jQuery which does not define $.browser; however, on line 23 it references $.browser.mozilla to set the sendBoundary attribute.
That means there will be a fatal javascript exception when the html is viewed on an IE browser.