following this discussion http://drupal.org/node/67887
does anyone know how to insert imagefield data directly into db?
Thanks and regards
following this discussion http://drupal.org/node/67887
does anyone know how to insert imagefield data directly into db?
Thanks and regards
Comments
Comment #1
quicksketchdrupal_execute is the usual way to insert data in a node form programmatically, unfortunately the file handling needs some additional help. See http://drupal.org/node/112802.