While utilizing the Plupload solution to upload multiple files simultaneously, an error message appears in the browser console:
NS_ERROR_DOM_BAD_URI: Access to restricted URI denied
The code halts at this point:
new n.DOMException(n.DOMException.INVALID_STATE_ERR)
within the plupload.full.min.js
What might be triggering this issue?