Unable to attach images in HTML editorIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Users are unable to attach images via html editor.After clicking on the "Insert/Edit image" option on the HTML editor, user prompted with the "Insert/Modify Image" modal window. In which, the user could browse an image from the desktop, and click on the attach button. Then the attach process happening forever as shown in the below screenshot. Release Issue can occur on any supported release. Specifically, the issue was observed after London upgrade. Cause The out of the box provided, "html_insert_image_dialog" UI Page (https://InstanceName.service-now.com/nav_to.do?uri=sys_ui_page.do?sys_id=c20555420a0a0b1e00806f8e72e98c6a) is responsible for rendering the "Insert/Modify image" popup window.Seems to this UI page was customized on the affected instance and hence updates on the were file was skipped during London upgrade.Due to these skipped updates, the attach image function not working as expected. Resolution Please open the skipped upgrade record for "html_insert_image_dialog" UI Page as per below steps and then revert it to base system version, this should resolve the reported issue. If there are any customization, you might need to merge it with out of the box version carefully. Log on to the affected instanceNavigate to "System Diagnostics=>Upgrade History"Select and open the "Jakarta to London" upgrade history recordOpen the "skipped changes to Review" section tabFilter for the "html_insert_image_dialog" UI Page with "File name = sys_ui_page_c20555420a0a0b1e00806f8e72e98c6a"Open the record and click on "Revert to Base System" or merge the updates with your customization carefully. Additional Information TinyMCE HTML editor Resolve a skipped update