Hello KK,
Good day. As I advance on connecting couch cms to NextJs via APIs, I am at cross-roads on how to set securefile fields programmatically like this :
Code: Select all
<cms:db_persist
   _invalidate_cache = '0'
   _masterpage       = 'target_template.php'
   _mode             = 'create'
   ...
   profile_image_0 = <cms:gpc 'secure_file_path_and_name' 'post' />
   ...
   />
....


I have tried everything I can to have this happen but am unable to. Any help on this? Thank you