Hi @Divya_T13 , In AEM 6.5, when you use the "Replace" option in the Assets UI, it does not trigger a Sling POST, which means SlingPostProcessor will not execute. This is expected behavior and not a bug.The "Replace" functionality uses a different servlet internally, bypassing the standard upload fl...