a

>>Bugs>> [Fixed in 1.3.0] NeatUpload.js and IE 7
Pages: 1   reply
Author [Fixed in 1.3.0] NeatUpload.js and IE 7
guest
Total Posts:
[trunk.646] NeatUpload.js & IE 7
8/19/2008 4:50:49 AM
Encountered the following javascript error if using IE 7

Line: 1180
Error: Could not get the type property. This command is not supported.

Line 1180 points to code inside FlashReady()

// Change the <input type='file'> to an innocuous <input type='button'> so that
// clicking on it doesn't bring up an extra file selection dialog.
inputFileElem.type = 'button';


Other than that, rest of code seems to work ok.
I do not get any javascript error for IE 6, Firefox 3 and Safari 3.1


Regards
Mike

 
guest
Total Posts:
Re: [trunk.646] NeatUpload.js & IE 7
8/19/2008 4:56:38 AM
Correction.
I encounter the same error with IE 6. :-(


Mike

 
Dean Brettle
Total Posts: 2015
Re: [trunk.646] NeatUpload.js & IE 7
8/19/2008 10:14:25 AM
Thanks for reporting this.  I fixed it in SVN a couple days ago by putting a try/catch around it.  The fix will be in the next development snapshot.

 
Pages: 1   reply
a