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

Rad Upload and Rad Progress is working fine in development server but not in test server or production server

0 Answers 45 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Shubh
Top achievements
Rank 1
Shubh asked on 27 Feb 2011, 03:04 PM
Hi,
I don't know what may be the exact reason but my Rad Upload control is not doing anything in test or production server on click of select button and unfortunately we had to roll back the new release.

I am using Automatic Upload where I am calling  an asp button's click event from the javascript function which is called on Rad Upload's OnClientFileSelected event as mentioned in this link:http://www.telerik.com/help/aspnet-ajax/upload-automatically-upload-file.html, Unfortunately when I select a file in the test or production environment it doesnot fire the click event of ASP button. I knew Progress Area needs to be run in full trust so i added
<trust level="Full"/> in my web.config file under <System.Web> still no impact.


Could anybody tell me what may be the reason behind it and in detail how to resolve this asap?
I also have the following entries in my web.config file:
Under <httphandler>:
<add verb="*" path="Telerik.RadUploadProgressHandler.aspx" type="Telerik.WebControls.RadUploadProgressHandler, RadUpload.Net2" />

Uner <httpModules>:
<add name="RadUploadModule" type="Telerik.WebControls.RadUploadHttpModule, RadUpload.Net2" />








Regards,
Shubh

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
Shubh
Top achievements
Rank 1
Share this question
or