I have a document library where I have put code in content editor web part. The issue is, when I drag and drop any document in this library, I am getting below error in browser console:
refused to set unsafe header content-length error
This issue is generated in SharePoint 'dragdrop.js' file and it stops all the script execution on the page. So my function is not firing. What should I do to fix this issue?