jquery-ocupload
jquery-ocupload copied to clipboard
IE7 onComplete Issue
While testing on IE7, I noticed that onComplete was not working correctly. In order to fix this issue, you must change the jquery.ocupload.js to the following:
/** Upload iframe */
var iframe = $("<iframe name='iframe" + id + "' id='iframe" + id + "' style='display:none;'></iframe>");