PDA

View Full Version : Problem uploading multiple images using XML Feed Plugin



Jason Barbour
April 13, 2019, 11:30 PM
Hi,

I can't get multiple images to upload using the XML Feed plugin. The feed is linked to a plan that allows unlimited images.

I've tried mapping the "Photos (System XML field)" three separate ways (see results below) and only the first image is uploaded.

<!--This method imports <image01> three times as three separate images.-->
<images>
<image01>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg</image01>
<image02>https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg</image02>
<image03>https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</image03>
</images>

<!--Same result as above-->
<images>
<image>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg</image>
<image>https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg</image>
<image>https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</image>
</images>

<!--This method only imports the first image in the list. The first image is uploaded once as opposed to three times like the other methods.-->
<imagelist>https://content.homenetiol.com/2001896/2133294/640x480/2924b2959461469ebc348a41f210a162.jpg,https://content.homenetiol.com/2001896/2133294/640x480/d25cfe51fafc4a1d82692e617227bd72.jpg,https://content.homenetiol.com/2001896/2133294/640x480/01a7e2358e2d49ec856064158d7ca56b.jpg</imagelist>

Does anyone have any suggestions here? Am I doing something wrong?

Thanks,

Jason

Rudi
April 15, 2019, 03:53 AM
Hello,

Could you create a ticket to check the problem ?

Jason Barbour
April 15, 2019, 04:02 AM
Hi Rudi,

I just submitted the ticket. It's PHB-929451.

Thanks