<telerik:RadAsyncUpload runat="server" ID="ClientLogoAsyncUpload"
Width="200px"
MultipleFileSelection="Disabled"
AllowedFileExtensions=".jpeg,.jpg"
MaxFileInputsCount="1"
OnClientFileSelected="clientLogoClientFileSelected"
>
<Localization Select="<%$ Resources:Frm, Select %>" />
</telerik:RadAsyncUpload>
<telerik:RadProgressArea runat="server" ID="ClientLogoRadProgressArea"></telerik:
</div>
<div style="color:red;"><%= Resources.Frm.OnlyJPGAllowed %></div>
I am currently working on making an input form which the user can upload a photo as the logo . However even though I copied the actually functioning code from other document which uses the form of the same format, the upload button which is supposed to be place right under the default logo is not appearing.
I add the captured image of how it should look like when it is renders successfully.
As mentioned above, these two forms share the same lines of code to render, so I am afraid the issue is not laid within the aspx files themselves.
What do I might have to look into to make the telerik:RadAsyncUpload element visible on my document?