cms:Uploader

Jerreck McWilliams asked on June 17, 2014 15:41

Where in the default Kentico file system would I find the file for the cms:Uploader user control that's embedded in the CMSFormControls/Basic/UploadControl.ascx file?

<%@ Control Language="C#" AutoEventWireup="true" CodeFile="UploadControl.ascx.cs"
Inherits="CMSFormControls_Basic_UploadControl" %>

// Below is the control I want to find.
<cms:Uploader ID="uploader" runat="server" />
<cms:CMSButton ID="hdnPostback" CssClass="HiddenButton" runat="server" EnableViewState="false" />

I need to alter the markup for the control to change its appearance.

Recent Answers


Yehuda Lando answered on June 17, 2014 15:46

I'm pretty sure it's in CMS.ExtendedControls. I'm trying to customize it's appearance also, but so far no progress.

1 votesVote for this answer Mark as a Correct answer

Jerreck McWilliams answered on June 17, 2014 15:58

I thought I was on the right track with CMSModules/Content/Controls/Attachments/DirectFileUploader/DirectFileUploader.ascx. It embeds the silverlight MultiFileUploader at /CMSAdminControls/Silverlight/MultiFileUploader/MultiFileUploader.ascx.

But when I compared the CSS Class names and markup structure, they don't seem to match-up.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.