hi,
is there a way in Drupal to upload all images first and create multiple nodes from it, and then fill all the nodes with the remaining text areas ?
In this way I don't have to upload the images one by one.
Patrick
hi,
is there a way in Drupal to upload all images first and create multiple nodes from it, and then fill all the nodes with the remaining text areas ?
In this way I don't have to upload the images one by one.
Patrick
I'd say "yes" is the answer, but it'll take some work. I'm not familiar with any pre-built modules for this. I'd probably start with SWFUpload (http://swfupload.org/) and the jQuery SWFUpload plugin (http://github.com/ifunk/swfupload-jquery-plugin). Of course this will also require some back-end PHP work.
If you wanted to ftp your images then add separate node details per image you could use something like: http://drupal.org/project/filefield_sources to browse to the upload image on each node.