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

Zohar.Babin’s picture

Assigned: Unassigned » Zohar.Babin
Status: Active » Fixed

Thank 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):

      (($no_collect_entries === TRUE)? '': 'entry_list = str;') .'

replace with

      (($no_collect_entries === TRUE)? '': 'entry_list += str;') .'
richshaw’s picture

Thanks for the rapid response! It's appreciated.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.