How to resolve 404 error in SharePoint List attachment in SharePoint online/Office 365/SharePoint 2010/2013/2016?
Hello SharePointers, When you try to download a file attachment, there are time you receive “404 not found” Error. You need to rebind the onlick event using Content editor web part like below <Script type=”text/javascript”> var attachmenttable = document.getElementById(“idAttachmentsTable”); var attachmentanchor = attachmenttable.getElementsByTagName(“a”); for (var j = 0; j < attachmentanchor.length; j++) { var […]