Closed (fixed)
Project:
Kaltura
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Dec 2008 at 14:05 UTC
Updated:
13 Jan 2009 at 17:20 UTC
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.