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

Adding a ProgressArea

9 Answers 92 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Ian Wells
Top achievements
Rank 1
Ian Wells asked on 16 Oct 2009, 10:30 AM
Hi Folks,

Is it me or should this be simple? I just want to add a progressarea like in the Telerik examples. When I first added it to my project I got the error about it not being registered in the config file, so I put these lines in:

<httpHandlers> 
         
        <add path="Telerik.RadUploadProgressHandler.ashx" validate="false" verb="*" type="Telerik.Web.UI.RadUploadProgressHandler"/> 
         
      </httpHandlers> 
      <httpModules> 
         
        <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule"/> 
      </httpModules> 

Now it doesn't throw any error but doesn't actually do anything when I upload a document! Is there a step-by-step guide of how to add a progressarea properly?

Thanks,
IW

9 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 16 Oct 2009, 10:54 AM
Hello Ian,

You can refer to the following help document which explains on how to use a RadProgressArea:
Using RadProgressArea

Thanks
Princy.
0
Darren
Top achievements
Rank 1
answered on 26 Oct 2009, 07:09 PM
I got similar problem. I tried on 2008 Q3, 2009 Q2. Rad Progress Area simply won't appear. I also check the configuration link you paste above. The applicationHost.config is an empty file on my machine. The authorization tag doesn't help either.

I think it must be some settings on the server. Anything else I could try?
0
Ian Wells
Top achievements
Rank 1
answered on 27 Oct 2009, 08:41 AM
I still have had no luck in implementing this. I followed the Telerik example TO THE LETTER, and also registering each component by using it's smart tag rather than manually putting the settings in the config file so that I didn't miss anything. It still didn't work!!! Arrrgghhhh!

I was really please when I saw the progress bar at first as it will make a great addition to my company software, but not when it won't even work! Everything else work in my Telerik framework, more or less, so why won't this?
0
Genady Sergeev
Telerik team
answered on 28 Oct 2009, 11:51 AM
Hi guys,

Since you are doing your test on a local host, pleas try uploading file that is relatively large, say 50 mb. The progress area should appear. Can you confirm that?


Sincerely yours,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Darren
Top achievements
Rank 1
answered on 28 Oct 2009, 05:01 PM
Yes, I upload 40MB file from remote, it took about 20 min to upload. I didn't see progress area.

I did the test on 2 pages, one is on 2009 Q2, the other is on 2008 Q3.

The one for 2009 Q2:
http://dev2.tjc.org/TestingTelerik2009Q2/RadUploadTesting.aspx

The one for 2008 Q3:
http://dev2.tjc.org/cmWizardRemoteUpload/Test.aspx


0
Genady Sergeev
Telerik team
answered on 03 Nov 2009, 10:27 AM
Hello Darren,

I have tested your urls and the one with Q3 2008 is not working. However, on the one with Q2 2009 I was able to see the area. Please find a screenshot attached. Which browser do you use? Please, have in mind that FF3.5 and Q3 2008 are incompatible. In order to be able to see the area under FF3.5 you need to have a dll at least from Q2 2009.

Greetings,
Genady Sergeev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Darren
Top achievements
Rank 1
answered on 04 Nov 2009, 12:49 AM
Ty for look into the problem.

All in a sudden, my 2009 Q2 on my development machine (the one you tested). I didn't change anything to make it work.
However, on our production site (3rd party web host). The progress bar still not work. Here are the links:


http://dev2.tjc.org/cmWizardRemoteUpload/RadUploadTesting.aspx (my development, progress bar works)
http://www.truejesuschurch.info/users/darren.li/cmWizardRemoteUpload/RadUploadTesting.aspx (production site, web host by Sectorlink, progress bar not work)

The above 2 links are exactly same page (I copied from one to the other). One work, and one doesn't. Could it be a machine level setting?

Thank you!

ps. I have gave up on 2008 Q3. It doesn't work anywhere.
0
Darren
Top achievements
Rank 1
answered on 04 Nov 2009, 12:50 AM
Ty for look into the problem.

All in a sudden, my 2009 Q2 on my development machine (the one you tested). I didn't change anything to make it work.
However, on our production site (3rd party web host). The progress bar still not work. Here are the links:


http://dev2.tjc.org/cmWizardRemoteUpload/RadUploadTesting.aspx (my development, progress bar works)
http://www.truejesuschurch.info/users/darren.li/cmWizardRemoteUpload/RadUploadTesting.aspx (production site, web host by Sectorlink, progress bar not work)

The above 2 links are exactly same page (I copied from one to the other). One work, and one doesn't. Could it be a machine level setting?

Thank you!

ps. I have gave up on 2008 Q3. It doesn't work anywhere.
0
Veselin Vasilev
Telerik team
answered on 06 Nov 2009, 11:02 AM
Hello Darren,

I already replied to the other forum post of yours:

One of the reasons to prevent progressarea from showing in shared hosting environment is the trust permissions set. RadProgress area needs Full Trust in order to operate properly.

Please check all other possible reasons here.


Regards,
Veselin Vasilev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Upload (Obsolete)
Asked by
Ian Wells
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Darren
Top achievements
Rank 1
Ian Wells
Top achievements
Rank 1
Genady Sergeev
Telerik team
Veselin Vasilev
Telerik team
Share this question
or