It looks like you're new here. If you want to get involved, click one of these buttons!
Line: 26
Char: 1206
Error: Object doesn't support this property or method
settings = $.extend({
<html>
<head>
<script type=\"text/javascript\" src=\"jquery-1.3.2.min.js\"></script>
<script type=\"text/javascript\" src=\"jquery.uploadify.js\"></script>
<script type=\"text/javascript\">
<!--
$(document).ready(function() {
$('#someID').fileUpload({
'uploader': 'uploader.swf',
'script': 'upload.php',
'folder': 'uploads-folder',
'cancelImg': 'cancel.png'
});
});
-->
</script>
</head>
<body>
<div id=\"someID\"></div>
<div id=\"settings\"></div>
</body>
</html>
blockquote said:DESCRIPTION
Using the latest Uploadify distro, I receive a JavaScript error when calling the fileUpload() method to instantiate an upload button. While the script works as expected in Firefox et al, both IE6 and IE7 on Windows XP display:
Line: 26
Char: 1206
Error: Object doesn't support this property or method
If I use the non-minified library, the error is reported in Line 68 Char 7, which is:settings = $.extend({
var settings = $.extend({jQuery('#uploadify').uploadifyCancel();Object doesn't support this property or method uploadify
document.getElementById(jQuery(this).attr('id') + 'Uploader').cancelFileUpload(ID, true, false);