I have a page that has nothing but a radupload control and a submit button. Recently, the textbox part of the upload box is no longer visible. Only visible is the select button that opens the file upload dialog.
Here is the aspx code:
Telerik version is 2013.2.611.40
Any ideas? It's happening in IE and Chrome and a quick search through the markup/css in Developer Tools doesn't seem to find any CSS hiding the input.
Here is the aspx code:
<
rad:RadUpload
ID
=
"RadUpload"
runat
=
"server"
MaxFileInputsCount
=
"1"
OverwriteExistingFiles
=
"false"
ControlObjectsVisibility
=
"None"
OnValidatingFile
=
"RadUpload_ValidatingFile"
AllowedFileExtensions
=
".csv"
InputSize
=
"32"
ToolTip
=
"Select exceptions file to upload"
>
</
rad:RadUpload
>
Telerik version is 2013.2.611.40
Any ideas? It's happening in IE and Chrome and a quick search through the markup/css in Developer Tools doesn't seem to find any CSS hiding the input.