I cannot upload ICS files to Public Resources in ACC.
What config needs to be made to allow ICS files to be uploaded?
cheers
Solved! Go to Solution.
Hello @oldbat ,
I believe .ics format is not whitelisted in the server conf file that is why you are not able to upload this file format.
Open the serverConf.xml file and add the *.ics entry in the uploadAllowList
Let me know if that works.
Thanks,
Hello @oldbat ,
I believe .ics format is not whitelisted in the server conf file that is why you are not able to upload this file format.
Open the serverConf.xml file and add the *.ics entry in the uploadAllowList
Let me know if that works.
Thanks,
How to find serverconf.xml file? I mean where can I find that?
Also, how to add .ics in that list?
Views
Replies
Total Likes
Hello,
I came accross the same issue. There is a restriction on uploading ICS file in Adobe Campaign Classic as it is not a format whitelisted.
In order to be able to upload this file extension, you have to modify config-INSTANCE.xml file by adding the ics extension in the uploadWhiteList option in the datastore tag like this :
<dataStore hosts="" lang="fr_FR" uploadWhitelist="(?i).\.(jpg|jpeg|png|favicon|xml|gif|bmp|txt|tab|csv|css|htm|html|zip|pdf|ppt|pptx|xls|xlsx|doc|docx|odt|p12|ics)">
Hope it helps.
Salime
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies