Hello @Mahesh_Gunaje - To implement a feature in AEM where end users can upload files (PDF/docs/images) and later download them, you have a few options: 1. Use of MongoDB to save the file:You can use MongoDB as a binary storage solution to store the uploaded files.In this approach, you would save t...