Copyright © 2012 Kaltura Inc.
All Rights Reserved. Designated trademarks and brands are the property of their respective owners.
Use of this web site constitutes acceptance of the Terms of Use and Privacy Policy.
EduVideo.org
| Project: | Video & Media Plugin for BuddyPress |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Total votes: | 2 |
I don't know if you are considering this as a but:
I'm using the latest svn version of the Kaltura media component for buddypress (rev 302198) and I'm having trouble uploading media in IE7. This is probably caused by an extra comma on line 140 of \themes\media\upload.php
When the comma is there, IE7 wont display the "Media uploded" message after the upload is complete.
By default the code looks like this:
var data = {
action: 'media_upload',
rt_entry_id_list:rt_entry_id_list,
rt_entry_media_type:rt_entry_media_type,
rt_entry_group_id:'<?php echo $groups_template->group->id;?>',
album_name :album_name,
visibility : visibility,
};