Closed (fixed)
Project:
Media Field
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 May 2007 at 12:35 UTC
Updated:
26 Jun 2008 at 10:37 UTC
The (audio)field is configured with the option "Multiple values" activated, but when I try to add content for my new content type, there is only one uploadfield for audiofiles. There should be 3, like for all other cck field types.
Comments
Comment #1
ardas commentedAudio field uses another approach. It was copied from filefield and imagefield.
It shows a table of uploaded files and only one file upload field to upload another file.
It is not a bug, but probably feature request. I think after all file fields are put on a single implementation we will find a common solution to display multiple files. I'm afraid that there is no need to have several file upload elements.
Comment #2
c_boehm commentedI didn't realize that this was a design decision. If all the file-related fields are in a redesign process right now, I would suggest to add the "Multiple values" option to it for similarity to the other cck fields like text.
So for now, I will just add multiple audiofields to a content type.
Comment #3
ardas commentedIdeally, this should be solved on a CCK core level - some kind of a button which adds another field (javascript)...
Comment #4
a_c_m commentedAJAX upload with described functionality is now in HEAD (http://drupal.org/cvs?commit=123607), closing
Comment #5
a_c_m commented