Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2006 at 21:42 UTC
Updated:
5 Oct 2006 at 19:00 UTC
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
Comment #1
RobRoy commented@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?
Comment #2
drewish commentedmaybe you guys need to update your installs... multiple files seems to be working fine...
Comment #3
(not verified) commented