Hi,
I need to replace an image in CRX hierarchy under /apps/.../toolbar/images.
How can this be done through /crx/de/index.jsp? Is there a different way to upload the image file to this images folder?
Thanks,
Leena
Solved! Go to Solution.
Views
Replies
Total Likes
Via package manager. You can place those images in your code base and deploy it on aem via package manager or maven build.
Via package manager. You can place those images in your code base and deploy it on aem via package manager or maven build.
Thank you, I can give this a try.
Hi @aemuser001 ,
To upload a PNG image to the CRX repository in Adobe Experience Manager (AEM) using the CRXDE Lite interface (/crx/de/index.jsp), follow these steps:
Access CRXDE Lite: Log in to your AEM instance and navigate to the CRXDE Lite interface by appending /crx/de/index.jsp to your AEM instance URL in a web browser.
Navigate to the Folder: In the CRXDE Lite interface, navigate to the folder where you want to upload the image. In your case, it would be /apps/.../toolbar/images.
Upload the Image: Once you're in the correct folder, you should see an "Upload" button or option. Click on it to open the file upload dialog.
Select the PNG Image: In the file upload dialog, navigate to the PNG image file on your local machine and select it for upload.
Confirm Upload: After selecting the image, confirm the upload. The image will be uploaded to the specified folder in the CRX repository.
Verify: Once the upload is complete, you should see the PNG image listed in the folder in the CRXDE Lite interface. You can also verify its presence by navigating to the folder in the AEM authoring environment.
Alternatively, you can also upload the image using other methods such as:
Choose the method that best suits your workflow and requirements.
@aemuser001 There is no option like "Upload" in CRXDE Lite unlike what @HrishikeshKa mentioned in option 1.
Yes, you can add images to your code base and create a package like @DPrakashRaj mentioned. In this way you can easily move from instance to instance as well.
Thanks for the confirmation, gkalyan.
Views
Likes
Replies
Views
Likes
Replies