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

Progress Area with ajaxfileupload

1 Answer 63 Views
ProgressArea
This is a migrated thread and some comments may be shown as answers.
Thiago
Top achievements
Rank 1
Thiago asked on 23 Jul 2013, 02:47 PM
I'm trying to use Progress area with ajaxfileupload. is it possible?


 <asp:AjaxFileUpload ID="fileUpload" runat="server"
                                    OnUploadComplete="UploadComplete"
                                  Width="700px" OnClientUploadCompleteAll="teste"
OnUploadCompleteAll="fileUpload_UploadCompleteAll"
OnUploadStart="fileUpload_UploadStart"
EnableTheming="True" />

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 26 Jul 2013, 10:43 AM
Hi Thiago,

RadProgressArea
is not compatible with AjaxFileUpload. You can use it with RadUpload, RadAsyncUpload,  standard ASP.NET Upload control and input type file. To get the best user experience of this control I would recommend you to use it in a combination with RadAsyncUpload as this will provides the richest functionality and both are optimized to work together. Regards,

Hristo Valyavicharski
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.
Tags
ProgressArea
Asked by
Thiago
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or