Expand my Community achievements bar.

SOLVED

How can I upload files to Adobe Experience Manager

Avatar

Level 10

How can I upload a file to Adobe Experience Manager? Can I use Apache Commons FileUpload Java application logic? Can the uploaded file be stored in the Adobe CQ Digital Asset Manager (DAM)?

1 Accepted Solution

Avatar

Correct answer by
Level 10

You can use an AJAX request to upload files from a client CQ web page to a Sling Servlet. Once uploaded, you can use the JCR API to store the uploaded file in the Adobe CQ DAM. For details, see http://scottsdigitalcommunity.blogspot.ca/2013/07/uploading-files-to-adobe-experience.html.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 10

You can use an AJAX request to upload files from a client CQ web page to a Sling Servlet. Once uploaded, you can use the JCR API to store the uploaded file in the Adobe CQ DAM. For details, see http://scottsdigitalcommunity.blogspot.ca/2013/07/uploading-files-to-adobe-experience.html.