You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>");
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: