Creating a new custom field with image upload user control
Hello, I wish to add a field that enable for me to upload an Image of 72px x 72px , Im looking at this page below,
www.sitefinity.com/.../creating-a-new-custom-field.aspx
How do I add a Image Uploader ( maybe resize to 72x72 ) and upload instead of using a rich text editor to upload. Im looking at "
Type or Virtual path of the custom widget" , can you let me know what to enter in this field? and also i will be glad to know where to get the page of list for the virtual path for other usercontrol ?
Thanks a ton!
Hello Toh,
You can use MediaContentUploaderView
<sf:MediaContentUploaderView id="uploaderView" runat="server"></sf:MediaContentUploaderView>
Please refer to this thread for more information
Greetings,
Ivan Dimitrov
the Telerik team