When using the CCK field to upload media, it allows you to upload/add more than one media files e.g. I can upload 2 videos and a picture.
However when you submit the node it only shows the last media file you added/uploaded. This is confusing, the field should either allow you to upload just one file or it should display all the files uploaded.
Comments
Comment #1
Zohar.Babin commentedThank you for your input.
I found the fix for this, you can either wait to the next release or implement the fix yourself:
Open file kaltura.themeing.inc, find the line (321):
replace with
Comment #2
richshaw commentedThanks for the rapid response! It's appreciated.