Hello Drupalers,

I would like to know whether is any chance to publish node with attachments, where files to attach are taken from server? I need such module for Drupal 7. I have files coming from build process I want to publish.

Additionally is there any known simple way to get the new node published through the content lying in some directory or by calling script from outside tool? I mean automated publication of new node with files to download when automated build process is finished on server. Drupal site itself does something similar for -dev version of modules when they are available from repository.

Thanks in advance for any suggestions.
Thanks,
Manveru

Comments

nevets’s picture

Filefield Sources should do the trick, though at the moment the D7 version is in progress and not yet available.

As for the automation part, it is possible though I am not aware of a module that provides that functionality.

manveru’s picture

It seems I have to wait until it is released. But sounds pretty.