While working on AEM, some times some of the browser we get package upload issue. Now a days companies are doing stringent checks when we try to upload anything via browser. We have faced issue of package upload on AEM during the remote work situations.Below given an alternate option to upload packages in AEM using CURL command.CURL Commandcurl -u admin:admin -F package=@"name_of_package.zip" http://localhost:4502/crx/packmgr/service/.json/?cmd=uploadWhere admin:admin is the local instance user credential.name_of_package.zip - Change the package name according to your case.
Reference URL: https://www.aemtutorial.info/2021/11/...