It looks like you're new here. If you want to get involved, click one of these buttons!
var _pretest = {
onFallback : function() {
$('#uploadifive').hide();
$('#uploadify').show();
$("#uploadify").uploadify(_optionsUploadify); // browser has failed the test, lets use Uploadify instead
}
}
$("#uploadifive").uploadifive(_pretest); // do the pre-test
$("#uploadifive").uploadifive(_optionsUploadifive); // HTML5 enabled browsers will pass the pretest and fire this instead
<input type="file" name="uploadifive" id="uploadifive"/>
<input type="file" name="uploadify" id="uploadify" style="display:none"/>