Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Uploading Videos on Vimeo using media file uploader View modes: 
User avatar
Member
Member
Gaurav - 6/17/2009 2:31:09 AM
   
Uploading Videos on Vimeo using media file uploader
Hi!
I am trying to develop a web part which will give the facility to upload videos on vimeo or you tube using their api. But i want that when user upload a video on vimeo or you tube, the videos must be accessible in the website,in the same page that user has uploaded it.
e.g if a user uploads a video in group Y, in the library X, the video must be accessible in the group Y in Library X.
Upload can be done by using their API's but how to relate that video to a particular library of a prticular group.

Do anyone have any idea?
Please help me.

User avatar
Kentico Support
Kentico Support
kentico_jurajo - 6/24/2009 6:25:31 AM
   
RE:Uploading Videos on Vimeo using media file uploader
Hi,

You can try to use the new media library module together with the groups. So the media library will be available only for some group members.

Moreover, in upcoming version 4.1 will be available new dialogs for inserting media and there will be new dialog for inserting youtube videos as well.

Best Regards,
Juraj Ondrus

User avatar
Member
Member
Gaurav - 6/25/2009 11:05:09 PM
   
RE:Uploading Videos on Vimeo using media file uploader
Thanks Juraj, I have already solved the problem.

Now i want to send email using email template defined in cms sitemanger.
I am able to get email template using EmailTemplateProvider class.
But i am not getting how to send email using this template in coding.

EmailSender class has method SendEmailWithTemplateText. But the last parameter
string [,] values is not clear to me. i don't know what to pass in this parameter.
Can you show me some small code example of using it.

Thanks in advance

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 7/1/2009 8:59:30 AM
   
RE:Uploading Videos on Vimeo using media file uploader
Hello,

You can find the method used in the file CMSWebParts\Membership\LogonForm.ascx.cs. It should be around the line 355 in the function btnPasswdRetrieval_Click.

I hope this helps.

Best Regards,
Boris Pocatko