Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to upload a HTML file which has multiple images in an email delivery?

Avatar

Level 4

I have the requirement to upload html content in deliveries which has multiple images. One option which I am aware of is to upload each image in the public resources, upload images one by one and replace the adobe generated source url with the image path in the HTML. This is a very tedious process and error prone. I came to know that I can directly import the entire HTML into the delivery and the images in the HTML will be automatically uploaded. But when i tried this, it didn't happen. I also tried uploading images one by one into the delivery once as an attachment and another time wit the insert image icon in the delivery. But with none of these option, it turned to be what I want. Is there any simpler way to achieve what I am trying to do. If Yes, could you please share the step by step process ?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi ckumari12 ,

Automatic upload of images happens when the image path in the email HTML is in relative format. Something like <img src="./images/myImage.png" />

If the path will be absolute it won't happen.

Also, you need to check the publish settings to see if it has not been set to NONE.

You can check for it inside the Deployment wizard.

Regards,
Vipul

View solution in original post

6 Replies

Avatar

Correct answer by
Employee Advisor

Hi ckumari12 ,

Automatic upload of images happens when the image path in the email HTML is in relative format. Something like <img src="./images/myImage.png" />

If the path will be absolute it won't happen.

Also, you need to check the publish settings to see if it has not been set to NONE.

You can check for it inside the Deployment wizard.

Regards,
Vipul

Avatar

Level 4

Thanks Vipul. It worked for me. While selecting the html from my local system , it asked me to publish the images. I published the images and the images got uploaded and the links got created automatically.

Avatar

Level 3

Hi Vipul,

Do you know where these images go when they are uploaded?

Thanks

Kevin

Avatar

Level 2

When you set the Publication to "None," besides not uploading the images, what else does the new setting (set to "None) affect?

What affect will public resource have when it's set to "None"?

publication none.png

Avatar

Level 1

Hi guys!

I need your help regarding this issue.

basically i upload the HTML file in my environment and i have receive an error message.

1581222_pastedImage_0.png

hope you can help me regarding on this.

thank you guys

Avatar

Employee

Hi Kevin,

Mostly the images are pre-loaded on a server when they are linked in HTML file, best to save them is to upload them on DAM server which is Adobe's internal host if you can get the access to it.

https://dmg-author.prod.corp.adobe.com/damadmin#/content/dam/landing/ags/2018/CCE

Thanks

Deepak