Thanks for helping, we've removed references to the CallbackPanel from the code and now getting the following error:
AJAXUploaderProgressDialog ctl00_ctl00_MainContent_DocumentUpload1_AJAXUploaderProgressDialog1 requires a license. You can purchase a license from
http://www.essentialobjects.com/Order.aspx. Please refresh the page to continue. More on license.
We're using the AJAXUploaderProgressDialog to customize the file upload progress. When we removing the AJAXUploaderProgressDialog reference the error message is not shown.
Can you please confirm that the AJAXUploaderProgressDialog is included into our license.
We used the following code snippets to customize the AjaxUploader progress dialog:
<eo:AJAXUploaderProgressDialog runat="server" id="AJAXUploaderProgressDialog1" Width="300px" HeaderHtml="Uploading..."
BorderWidth="1px" BorderStyle="Solid" RestoreButtonUrl="00070103" ResizeImageUrl="00020014" BorderColor="#335C88" BackColor="#E8E8E8"
ControlSkinID="None" AllowResize="False" CloseButtonUrl="00070101" ShadowColor="LightGray" MinimizeButtonUrl="00070102"
ShadowDepth="3" Height="200px"
ProgressTextFormat="</p> <p> Current file: {current_file_name} ({transferred_file_count} of {total_file_count} done) </p> <p> Time elapsed: {elapsed_seconds} second(s) </p> <p> Time Remaining: {estimated_remaining_seconds} second(s) </p "
>
<FooterStyleActive CssText="background-color: #E8E8E8; padding-bottom: 8px;"></FooterStyleActive>
<HeaderStyleActive CssText="padding-right: 4px; padding-left: 4px; font-size: 11px; background-color: #E8E8E8; background-image: url(00070104); padding-bottom: 3px; padding-top: 3px; font-family: tahoma"></HeaderStyleActive>
<FooterTemplate>
<p style="TEXT-ALIGN: center">
<%--<asp:Button id="CancelButton" runat="server" Text="Cancel"></asp:Button>--%>
</p>
</FooterTemplate>
<ContentStyleActive CssText="border-top: #335c88 1px solid; background-color: #E8E8E8"></ContentStyleActive>
<ContentTemplate>
<P> </P>
<P>
<eo:ProgressBar id="ProgressBar" runat="server" ControlSkinID="Windows_Vista" IndicatorImage="/CmsSystem/Images/Null.gif" ShowPercentage="true" IndicatorColor="Green"></eo:ProgressBar>
</P>
<P>
</P>
<P>
<asp:PlaceHolder id="ProgressTextPlaceHolder" runat="server">Progress Text Place Holder </asp:PlaceHolder></P>
<P>
</P>
</ContentTemplate>
</eo:AJAXUploaderProgressDialog>