Hi,

I am migrating a site to Drupal with a large number of audio files already resident on the host. I need to be able to insert the files into the nodes, but I don't want to have to download all the files to a local machine just so I can re-upload them as a CCK FileField. Can anyone help suggest a solution - perhaps I could insert the references directly into the database using a script.

It seems like this would be something someone has had to do before - perhaps someone has some code that allows the FileField UI to select a local file?

Any help would be enormously appreciated!

Comments

arhak’s picture

http://drupal.org/project/imagefield_import

In spite of the name, this module also supports normal file fields. You can use this to create a bunch of nodes with attached files.