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

RadUpload and ProgressArea is not showing

2 Answers 129 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ravi
Top achievements
Rank 1
Ravi asked on 28 Oct 2011, 10:17 AM
Hello.
i am working on a project, i used telerik control to upload the files. but now what is the problem it doesnot show progross area while uploading.

here are the steps i done
  1. Added all entries in web.config (modules, http handlers for telerik )
  2. set <httpRuntime maxRequestLength="102400" executionTimeout="3600"/> to allow files more than 50 mb
  3. uploading files is succcessfull, but it is not showing the progress area, as i tried to transfer 35 mb file. in localhost :(
  4. i'm having iis 7.5

i'm attaching my files to you . kindly check it and tell me whats the prob with these codes. i followed the same code in your demo examples

please do support soon, as i am having to relase files for production :(

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 31 Oct 2011, 03:19 PM
Hello Ravi,

Check the following help article which explains the resolution for your issue. Hope this helps.
RadProgressArea Does Not Appear

Thanks,
Shinu.
0
Dimitar Terziev
Telerik team
answered on 02 Nov 2011, 08:06 AM
Hello Ravi,

I've downloaded the project and I've noticed that you are missing one property of the handler in the web config file. Currently you have:
<add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="" validate="false"/>

Please change it as following:
<add path="Telerik.RadUploadProgressHandler.ashx" type="Telerik.Web.UI.RadUploadProgressHandler" verb="*" validate="false"/>

I've tested the project with the above mentioned change applied and the progress area is shown during upload. Please note that if you upload relatively small file and the upload is performed fast the progress may not be shown.

Best wishes,
Dimitar Terziev
the Telerik team
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 their blog feed now
Tags
Upload (Obsolete)
Asked by
Ravi
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Dimitar Terziev
Telerik team
Share this question
or