following this discussion http://drupal.org/node/67887

does anyone know how to insert imagefield data directly into db?

Thanks and regards

Comments

quicksketch’s picture

Status: Active » Closed (duplicate)

drupal_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.