Pregunta

In Drupal-7 I'm reading an imap mailbox with mailhandler. I have the mapping setup via feeds. This processes text messages creating a node but messages with attachments don't have the attachments stored.

How do I store the attachments?

¿Fue útil?

Solución

I created a file field and mapped the attachment.

  1. Create the file field under structure/types. Set number of values to 'unlimited'.
  2. Under the feeds mapping map attachments to File:URI
Licenciado bajo: CC-BY-SA con atribución
No afiliado a drupal.stackexchange
scroll top