Expand my Community achievements bar.

SOLVED

upload asset from author environment using component dialog box in aemaacs

Avatar

Level 4

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/dev....

Is it mandatory or only suggestion? 

Thanks in advance.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Level 4

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