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

Select button not working in RAD Upload control

2 Answers 88 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Kishan A
Top achievements
Rank 1
Kishan A asked on 29 Oct 2009, 06:23 AM
Hi,
    I have dragged a rad upload control. When I run my solution I could see all the controls corresponding to Upload. But my "select" button doesnot work. So I am not being able to select any file. Can somebody please help me on this regard?

PFB my code

 

<div>

 

 

 

<telerik:RadProgressManager ID="RadProgressManager1" Runat="server" />

 

 

 

<telerik:RadUpload ID="radUploadFile" Runat="server"

 

 

 

AllowedFileExtensions=".zip" ControlObjectsVisibility="None"

 

 

 

MaxFileInputsCount="1" Skin="WebBlue" TargetFolder="~/Files"

 

 

 

OverwriteExistingFiles="True">

 

 

 

</telerik:RadUpload>

 

 

 

</div>

Thanks,
Kishan

 

 

2 Answers, 1 is accepted

Sort by
0
Blaize
Top achievements
Rank 1
answered on 30 Oct 2009, 03:15 PM
Kishan,
I had the same experience in the q2 release. The latest build fixed that though. Did you try it?

Cheers,
Blaize
0
Ben Hobgood
Top achievements
Rank 1
answered on 30 Nov 2011, 09:28 AM
I have found that an improper .net version can cause this behavior.  Make sure that your app pool is running the correct version of .net!
Tags
Upload (Obsolete)
Asked by
Kishan A
Top achievements
Rank 1
Answers by
Blaize
Top achievements
Rank 1
Ben Hobgood
Top achievements
Rank 1
Share this question
or