upload asset from author environment using component dialog box in aemaacs | Community
Skip to main content
New Participant
January 2, 2025
Solved

upload asset from author environment using component dialog box in aemaacs

  • January 2, 2025
  • 1 reply
  • 684 views

Hello everyone , I want to upload a excel file from author environment to asset. AssetManager is depricated in aemaacs. Documentation saying to use http api from external application not from same JVM. Here is the sentence mentioned in documentation.

https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/admin/developer-reference-material-apis#asset-upload:~:text=Execute%20these%20steps%20in%20an%20external%20application%20and%20not%20within%20the%20Experience%20Manager%20JVM.

Is it mandatory or only suggestion? 

Thanks in advance.

Best answer by Aditya_Chabuku

Hi @alisyed1 ,

 

Its mandatory to follow new Procedure as this approach provides a scalable and more performant handling of asset uploads.

Please find more details here https://github.com/adobe/aem-upload if you want to upload Assets programmatically from your local machine.

 

1 reply

Aditya_Chabuku
Aditya_ChabukuAccepted solution
New Participant
January 2, 2025

Hi @alisyed1 ,

 

Its mandatory to follow new Procedure as this approach provides a scalable and more performant handling of asset uploads.

Please find more details here https://github.com/adobe/aem-upload if you want to upload Assets programmatically from your local machine.

 

Thanks,Aditya Chabuku
AliSyed1Author
New Participant
January 2, 2025

I don't want to upload it from local machine. I want to upload it from same instance through dialog box of the component.

AliSyed1Author
New Participant
January 2, 2025

I am thinking of uploading it programatically.