This is a migrated thread and some comments may be shown as answers.

File Input Textbox is not visible

1 Answer 121 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ashley
Top achievements
Rank 1
Ashley asked on 17 Oct 2013, 03:35 PM
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:

<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.

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 22 Oct 2013, 08:05 AM
Hello Ashley,

I have tested the provided markup and everything is working fine at my side. Could please record a your web traffic with fiddler. I need it to determine whether the styles are loaded or not.

Regards,
Peter Filipov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Upload (Obsolete)
Asked by
Ashley
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or