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

RADUpload Progress Bar appears on 1 page but not another

1 Answer 63 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Jason McIntyre
Top achievements
Rank 2
Jason McIntyre asked on 17 Nov 2008, 11:50 AM
Hi
   I have two pages that use the RADUpload control.
   Page 1 has been working perfectly for 1 year, I have created a new Page 2 and now once you specify the file to upload and press submit, the progress bar doesnt appear.

  I have noticed that if I try to upload a file the 2nd time the progress bar does appear.

 Both pages use:

 

<asp:ScriptManager ID="MainScriptManager" runat="server" EnablePartialRendering="true" />

 

and both pages have the following:

<

 

tr>

 

 

   <td width="110" height="20" class="Fieldtitle">Upload File</td>

 

 

   <td><radU:RadUpload ID="ctlRadUpload" runat="server" MaxFileInputsCount="1" Width="300px" ControlObjectsVisibility="ClearButtons"/></td>

 

 

</tr>

 

 

<tr><td colspan="2">

 

 

   <p><radU:RadProgressManager ID="ctlRadProgressManager" runat="server" Width="300px" /></p>

 

 

   <radU:RadProgressArea ID="ctlRadProgressArea" runat="server" DisplayCancelButton="true" /></td>

 

 

</tr>

 


and the upload button:

<

 

asp:ImageButton runat="server" ID="btnUploadNew" ImageUrl="UploadBtn.gif" CommandName="New" OnCommand="handleVideoUpload" />

 



Jason

1 Answer, 1 is accepted

Sort by
0
Blaize
Top achievements
Rank 1
answered on 18 Nov 2008, 11:47 AM
Hey Jason,
I had this with a small file on localhost. Once I used a large one (60 MB) I got the progress appearing. Telerik recommended a speed limiter tool, which also helps.

Cheers,
Blaize
Tags
Upload (Obsolete)
Asked by
Jason McIntyre
Top achievements
Rank 2
Answers by
Blaize
Top achievements
Rank 1
Share this question
or