2020-04-28, 15:05:14
Hello,
image_name is an image field property, this is deprecated and no longer available.
There are available properties for the FileUpload field (excluding of the default field properties):
1. file_name
2. path
3. fullpath
4. url
5. fullurl
6. title
You can check this with:
image_name is an image field property, this is deprecated and no longer available.
There are available properties for the FileUpload field (excluding of the default field properties):
1. file_name
2. path
3. fullpath
4. url
5. fullurl
6. title
You can check this with:
PHP Code:
Util::preformat($item->fields->image);