Hoffi
Well-known member
- Affected version
- 2.2 RC1
I started to use the asset upload in my AddOns and its not working if I want to use the / in the asset tag, do have all images inside one combined directory, or even to use a - to prefix the folder.
Is this a bug, or are these some limitations? at least it would be great if a / would be allowed.
for instance this is not working:
And it is not related to the javascript I am loading.
It sends this error:
Remark: I am using the AWS S3 Plugin.
Is this a bug, or are these some limitations? at least it would be great if a / would be allowed.
for instance this is not working:
HTML:
<xf:assetuploadrow name="image_url" asset="cv6/setting" label="{{ phrase('cv6_setting_image') }}"
value="{$setting.image_url}" explain="{{ phrase('cv6_setting_image_explain') }}"
placeholder="path/to/image.gif" class="cv6--ce-imagepreview" data-xf-init="cv6AssetImage" />
And it is not related to the javascript I am loading.
It sends this error:
Remark: I am using the AWS S3 Plugin.