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

No RadProgressArea in IE<=9 when using custom httphandler

2 Answers 37 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Oproma
Top achievements
Rank 2
Oproma asked on 18 Sep 2013, 05:21 PM
We are using the RadAsyncUpload with the RadProgressManager/RadProgressArea and a custom HttpHandler to handle the uploads. In IE10, Chrome, Firefox and others, everything works as it should. However on IE8, IE9 and probably others (6,7) the progress area is never displayed. Enabling chunk uploads solves the problem however it's not an option as we need to use the HttpHandler.

I included the markup for the RadAsyncUpload.

<telerik:RadAsyncUpload runat="server" MaxFileInputsCount="25" DisableChunkUpload="true" HttpHandlerUrl="~/Common/httpHandlers/UploadHandler.ashx" Skin="Office2010Blue" EnableFileInputSkinning="true" HideFileInput="True" InputSize="75" Width="720px" EnableInlineProgress="False" ID="rfUpload" DropZones="#dz" MultipleFileSelection="Automatic" OnClientFilesUploaded="ocfu" OnClientFileUploadRemoved="OnClientFileUploadRemoved" OnClientFileUploaded="onClientFileUploadedNorm" OnClientAdded="OnClientAdded" ChunkSize="0" />

2 Answers, 1 is accepted

Sort by
0
Accepted
Peter Filipov
Telerik team
answered on 23 Sep 2013, 11:15 AM
Hello,

Thank you for contacting Telerik Support.

Please register the progress handler as described here. Keep in mind that for small files the upload is very fast and the progress are does not have time to appear. Please test is with larger files. Keep in mind that when DisableChunkUpload is set to true the request length should be preset.

I will be glad to assist you further.

Regards,
Peter Filipov
Telerik
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 the blog feed now.
0
Oproma
Top achievements
Rank 2
answered on 23 Sep 2013, 12:21 PM
Hi,

Thank you for your time. This solved our problem.
Tags
AsyncUpload
Asked by
Oproma
Top achievements
Rank 2
Answers by
Peter Filipov
Telerik team
Oproma
Top achievements
Rank 2
Share this question
or