Uploadify error 8070000c. Only in IE Browser

Sajith Joseph K picture Sajith Joseph K · Sep 24, 2012 · Viewed 7.6k times · Source

While using jQuery uploadify, I got an error:

SCRIPT16389: Could not complete the operation due to error 8070000c.
jquery.uploadify.v2.1.4.js, line 292 character 5

from the second attempt onwards. This is only happening for IE browser. Any solutions?

Answer

BBog picture BBog · Sep 24, 2012

According to another answer found here, on StackOverflow, it seems to be a jQuery bug that causes an undefined expando property. You can find some more information on the previosly linked sites, as well as the solution.

It might also be related to Flash, which I understand it's also used by jQuery uploadify as an alternative to HTML5.

For future reference, in cases like these I search for either the error code (in this case 8070000c) or the short description of the error message (ex. Could not complete the operation due to error 8070000c) on either Google or StackOverflow and usually I always find some relevant info