Expand my Community achievements bar.

Radically easy to access on brand approved content for distribution and omnichannel performant delivery. AEM Assets Content Hub and Dynamic Media with OpenAPI capabilities is now GA.
SOLVED

Multiple Attachments Upload 6.2

Avatar

Level 2

Hello everybody. I have an issue.

I'm working in 6.2 and my client want something that let the customer to upload multiple files together.

I saw there is upload form from AeM, but it allows only 1 file.

How can i achieve this?

1 Accepted Solution

Avatar

Correct answer by
Level 10

After talking to out TOuch UI expert - they stated:

Basically you need a multfield for fileuploads…. Following is a sample for images (which are basically files too)

http://experience-aem.blogspot.com/2016/06/aem-62-touch-ui-composite-image-multifield.html

View solution in original post

6 Replies

Avatar

Level 10

If your requirment to to get multiple files to AEM JCR -- then write a custom tool that reads a list (in this example - its XML) and uploads to AEM. Something like this -- http://scottsdigitalcommunity.blogspot.ca/2013/10/automating-process-of-uploading-digital.html

Scott's Digital Community: Automating the process of uploading multiple digital assets to the Adobe ...

There is also a video you can watch.

Avatar

Level 2

1.PNG

No, actually this is my case. That's the editor mode, and i added the component "upload" from form by drag and drop.

It allows to upload 1 file at time.

I need something to let it attach multiple file at time.

As a user i expect to attach maybe 3 cvs, or 2 pdf. Something like this.

(We don't know where the files will be saved, so i dont know how to proceed further. Right now, i just need to create the front-end part)

Avatar

Level 10

I am checking with our Eng team. I have either used it 1 file (via the Granite type) at a time or in batch mode. THat is - when i want to upload a lot of files (ie - jpg files) to the AEM DAM - i use the custom SWING APP - which works great!

Avatar

Correct answer by
Level 10

After talking to out TOuch UI expert - they stated:

Basically you need a multfield for fileuploads…. Following is a sample for images (which are basically files too)

http://experience-aem.blogspot.com/2016/06/aem-62-touch-ui-composite-image-multifield.html

Avatar

Level 2

Hi smacdonald2008

I want to upload 2 images using fileuoload in aem 6.4. I found only one fileReference created in content. Is there any other solution to store 2 images using fileupload(not multifiled) in single dailog.