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

RadUploadProgress no longer working

1 Answer 43 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
mww
Top achievements
Rank 1
mww asked on 24 Aug 2009, 05:23 PM
for some reasom my RadUploadprogress indicator no longer works !  I have this in my page

<

 

telerik:RadProgressManager ID="RadProgressManager1" runat="server"

 

 

EnableEmbeddedBaseStylesheet="False" EnableEmbeddedSkins="False"

 

 

UniquePageIdentifier="b8e63757-fb25-4e29-87d5-8fce8d62bcfc" Skin="Vista" />

 


 

<telerik:RadProgressArea id="progressArea1" runat="server" skin="Vista"

 

 

Culture="English (United Kingdom)" DisplayCancelButton="True" BorderStyle="None">

 

 

<Localization Uploaded="Uploaded"></Localization>

 

 

</telerik:RadProgressArea>

 



<

 

telerik:RadUpload

 

 

ID="RadUpload1" runat="server"

 

 

Skin="Vista"

 

 

MaxFileInputsCount="1"

 

 

TargetFolder="~/Uploads"

 

 

OverwriteExistingFiles="true"

 

 

AllowedFileExtensions=".jpg,.jpeg,.gif"

 

 

ControlObjectsVisibility="ClearButtons" MaxFileSize="10000000"

 

 

Culture="English (United Kingdom)" >

 

 

</telerik:RadUpload>

 




and this in my web.config

<

 

add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler, Telerik.Web.UI" verb="*" validate="false"/>

 




Its been working in the past, why not anymore ?  The only changes was an update to a newer version (the lates)

1 Answer, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 25 Aug 2009, 11:29 AM
Hi,

You allow only image files to be uploaded and I suppose they are just small size and are uploaded very fast so the progress is not shown. Can you try with a bigger file? Also, you can try browsing the application on the network, not on the localhost.


All the best,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Upload (Obsolete)
Asked by
mww
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Share this question
or