Sto scrivendo uno script per aggiungere nodi a livello di codice e non conosco il modo corretto di aggiungere / allegare l'immagine. In realtà non ho molta familiarità con Drupal.
Ecco gli oggetti immagine (campione) che ho trovato durante print_r
l'uso dell'esistente $node
che sto usando:
field_image: Array ([und] => Array ([0] => Array ([fxid] => 3089 [alt] => [title] => [larghezza] => 95 [altezza] => 126 [uid] = > 249 [nome file] => helloworld.jpg [uri] => public: //helloworld.jpg [filemime] => image / jpeg [filesize] => 3694 [status] => 1 [timestamp] => 1346748001 [tipo ] => image [media_title] => Array () [media_description] => Array () [field_tags] => Array () [field_license] => Array ([und] => Array ([0] => Array ([ value] => nothing))) [metatags] => Array () [rdf_mapping] => Array ())))
Il prossimo che ho trovato è il seguente.
field_temp_image: Array ([und] => Array ([0] => Array ([value] => http://www.example.com/sample-path/helloworld.jpg [format] => [safe_value] => http://www.example.com/sample-path/helloworld.jpg))) `
Come devo aggiungere un'immagine a quel nodo in quel modo?