Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Is there a way that I can use mediapicker of umbraco in my custom .Net code? basically I have created a custom control using umbraco API and want to use mediapicker in that.
Is there a way to achecive that?
Nauman
Tim posted a blog entry about this recently - http://www.nibble.be/?p=87
Also Jeroen mentioned a different way of doing it which might be better, see his posts on this thread - our.umbraco.org/.../13518-implement-improved-mediapicker-c
Tom
Thanks for help.
I have created object mp and
umbraco.controls.ContentPicker mp = new umbraco.controls.ContentPicker(); mp.AppAlias = “media”; mp.TreeAlias = “media”;
in my .cs code
how to make it work on my .ascx page, so that media picker works on my control as it works within umbraco and get the contents from media?
Regards
Help required urgently.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
use mediapicker in .net code
Hi
Is there a way that I can use mediapicker of umbraco in my custom .Net code? basically I have created a custom control using umbraco API and want to use mediapicker in that.
Is there a way to achecive that?
Nauman
Tim posted a blog entry about this recently - http://www.nibble.be/?p=87
Also Jeroen mentioned a different way of doing it which might be better, see his posts on this thread - our.umbraco.org/.../13518-implement-improved-mediapicker-c
Tom
Thanks for help.
I have created object mp and
umbraco.controls.ContentPicker mp = new umbraco.controls.ContentPicker();
mp.AppAlias = “media”;
mp.TreeAlias = “media”;
in my .cs code
how to make it work on my .ascx page, so that media picker works on my control as it works within umbraco and get the contents from media?
Regards
Nauman
Help required urgently.
is working on a reply...