Hello,
just noticed (in chrome) that there is an error
in reference to core/page/ajax/url_upload_handler.ajax.php (affecting url uploads)
Uncaught SecurityError: Blocked a frame with origin "xxxxx" from accessing a frame with origin "xxxxx". The frame being accessed set "document.domain" to "xxxxxx", but the frame requesting access did not. Both must set "document.domain" to the same value to allow access.
this is more of a big deal if using direct file servers, however still gives the error even if uploading to local storage.
I think thats whats causing url upload progress to sometimes not start and requiring a full page refresh to update the progress.
hopefully you can change this system so iframes arent used to avoid these kinds of issues
just noticed (in chrome) that there is an error
in reference to core/page/ajax/url_upload_handler.ajax.php (affecting url uploads)
Uncaught SecurityError: Blocked a frame with origin "xxxxx" from accessing a frame with origin "xxxxx". The frame being accessed set "document.domain" to "xxxxxx", but the frame requesting access did not. Both must set "document.domain" to the same value to allow access.
this is more of a big deal if using direct file servers, however still gives the error even if uploading to local storage.
I think thats whats causing url upload progress to sometimes not start and requiring a full page refresh to update the progress.
hopefully you can change this system so iframes arent used to avoid these kinds of issues