It would be ideal to be able to add multiple files to a node with one filefield.

I thought you could at first so I added this to my theme:

<ul>
<?php foreach ($field_file as $file) : ?>
<li><a href="/<?php print $file['filepath'] ?>"><?php print $file['description'] ?></a></li>
<? endforeach; ?>
</ul>

Apparently, when you update your files, the original file is replaced with a new one. You should be able to click list next to multiple uploads, and maybe weight the files so they list in a preferred order. Thanks.

Comments

RobRoy’s picture

@dopry, how much work is needed to get multiple file fields working? If you point me in the direction I'll take a stab at it. I might be able to send a few clams your way if that would grease the wheels to get this done. And is this planned for 4.7?

drewish’s picture

Status: Active » Fixed

maybe you guys need to update your installs... multiple files seems to be working fine...

Anonymous’s picture

Status: Fixed » Closed (fixed)