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

[Solved] RadUpload Ajax callback error:

2 Answers 387 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
KSBA Techie
Top achievements
Rank 1
KSBA Techie asked on 05 Sep 2008, 03:06 PM
I receive the ajax error ONLY when the following conditions are met:1. I'm using Internet Explorer.2. I try to upload a file from our network (not my local machine), and the file is large enough to invoke the progress handler.* Everything works fine when I upload the exact same file from my local machine.* And also everything works fine in Firefox, when uploading a large file from our network.Please note that the file does upload successfully, just the rad progress handler fails.Source url returned invalid content:---------------------------Windows Internet Explorer---------------------------RadUpload Ajax callback error. Source url returned invalid content: var rawProgressData = {InProgress:true,ProgressCounters:true,CurrentOperationText:'\\mynetwork\users\nprather\My Documents\Temp\big.txt',PrimaryTotal:'21.22MB',PrimaryValue:'9.48MB',PrimaryPercent:'45',SecondaryValue:'0',Speed:'9.19MB/s',TimeElapsed:'1031',TimeEstimated:'1278'};Telerik.RadUploadProgressHandler.ashx?RadUrid=c64c41ef-28b9-4829-948b-6d8290bcb45cDid you register the RadUploadProgressHandler in web.config?Please, see the help for more details: RadUpload for ASP.NET Ajax - Configuration - RadUploadProgressHandler.---------------------------OK   ---------------------------

2 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 08 Sep 2008, 02:41 PM
Hi Steven Woods,

Have you checked the configuration article that is mentioned?
http://www.telerik.com/help/aspnet-ajax/upload_configurationraduploadprogresshandler.html

Please find attached a sample project which should allow large files. Test it and let us know how it goes.

Best wishes,
Veskoni
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Pierre
Top achievements
Rank 1
answered on 13 May 2009, 09:07 PM

Hi,
i have some problems with your demo code. See below. It mean´s - "cant find the path..."

Can someone help me?

Thanks
Markus

Konfigurationsfehler

Beschreibung: Fehler beim Verarbeiten einer Konfigurationsdatei, die für diese Anforderung erforderlich ist. Überprüfen Sie die unten angegebenen Fehlerinformationen, und ändern Sie die Konfigurationsdatei entsprechend.

Parserfehlermeldung: Die Datei oder Assembly Telerik.Web.UI oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden. (D:\test2\web.config line 44)

Quellfehler:

Zeile 42: 		<httpModules>
Zeile 43: 			<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
Zeile 44: <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI" />Zeile 45: 		</httpModules>
Zeile 46: 	</system.web>
Tags
Upload (Obsolete)
Asked by
KSBA Techie
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Pierre
Top achievements
Rank 1
Share this question
or