この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi everyone,
We have an html to integrate in Adobe Campaign. That one has an SVG format type image. Because of that we got an error in uploading images. We think there is a filter that hinder the uploading of that kind of images. Do you know how to set up authorized formats?
Nbe
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
on ACC ( Adobe Campaign Classic),
An attribute uploadWhiteList lets you restrict the file types available for upload on the Adobe Campaign server.
This attribute is available within the dataStore element of the serverConf.xml file.
To limit the possible formats, you must replace the attribute value by a valid java regular expression. You can enter several values by separating them by a comma.
For example: uploadWhiteList=".*\.png,.*\.jpg" will let you upload PNG and JPG formats on the server. No other formats will be accepted.
表示
返信
いいね!の合計
on ACC ( Adobe Campaign Classic),
An attribute uploadWhiteList lets you restrict the file types available for upload on the Adobe Campaign server.
This attribute is available within the dataStore element of the serverConf.xml file.
To limit the possible formats, you must replace the attribute value by a valid java regular expression. You can enter several values by separating them by a comma.
For example: uploadWhiteList=".*\.png,.*\.jpg" will let you upload PNG and JPG formats on the server. No other formats will be accepted.
表示
返信
いいね!の合計
Hi David,
Thanks for your answer. We will check it and let you know.
Kind regards,
Nbe
表示
返信
いいね!の合計
Hi, to the OP, did this solution work for you? I want to use .svg files for my icons if possible. Thanks.
表示
返信
いいね!の合計
Hi Nbe,
Did the solution work ? I am trying to do a similar thing to upload SVG Format type image in ACC.
Thanks
Sid