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

Uploading multiple files using AsyncUpload in Editor

2 Answers 63 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Danny
Top achievements
Rank 1
Danny asked on 20 Jun 2012, 10:00 AM
Hi,

The current default upload facility in the Editor for files is rather cumbersome when multiple files are involved.

Is it possible to switch the default behaviour within the Editor to use the AsyncUpload control rather than what seems to be the default one of the standard Upload control?

Thanks

Tim Metcalfe

2 Answers, 1 is accepted

Sort by
0
Accepted
Rumen
Telerik team
answered on 20 Jun 2012, 01:46 PM
Hello,

To enable the AsincUpload feature of the FileBrowser dialogs you should set EnableAsyncUpload="true" in the inner tag of the respective file browser dialog. Here is how to do that for the Image Manager, e.g.

<telerik:radeditor id="RadEditor1" runat="server">
  <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" DeletePaths="~/Images"
      EnableAsyncUpload="true" />
</telerik:RadEditor>

This feature is supported since Q2 2012 of RadControls for ASP.NET AJAX.

Best regards,
Rumen
the Telerik team
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 their blog feed now.
0
Danny
Top achievements
Rank 1
answered on 20 Jun 2012, 02:15 PM
Rumen,

That works a treat, thank you very much.

Regards

Tim
Tags
Editor
Asked by
Danny
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Danny
Top achievements
Rank 1
Share this question
or