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

insert multiple images at once

5 Answers 89 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 21 Nov 2014, 10:25 PM
How to put in the text box editor several images selected in the module "ImageManager" when the property "AllowMultipleSelection" is set to true ?
<telerik:RadEditor ID="RadEditor1"   runat="server" content='<%# Bind("cText") %>' Width="100%" AutoResizeHeight="True">
    <ImageManager  AllowMultipleSelection="true" EnableThumbnailLinking="true"
        ViewPaths="~/Images"
        UploadPaths="~/Images
        DeletePaths="~/Images" 
        SearchPatterns="*.jpeg,*.jpg,*.png,*.gif,*.bmp" EnableAsyncUpload="true" />
    <Modules>
        <telerik:EditorModule Enabled="true" />
    </Modules>
</telerik:RadEditor>
If I choose one picture, it all works well. But if two or more, then I click on the "Insert" button, nothing happens.
Help me please

5 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 26 Nov 2014, 03:34 PM
Hi Andrey,

This is a known issue of a previous release, which has been already fixed. Since there is no any possible workaround the can be used with a previous version, I would suggest that you upgrade to the latest version of the controls.

Regards,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Chris
Top achievements
Rank 1
answered on 30 Nov 2017, 07:02 PM
I'm curious what version fixed this. I've downloaded the latest 2014 and I'm still seeing this problem.
0
Vessy
Telerik team
answered on 01 Dec 2017, 08:37 AM
Hi Chris,

The bug discussed in this thread was fixed in our 2014 Q2 release. I have tested the latest versions of 2014 and was able to insert multiple images successfully with it. Can you, please, share the exact configuration of the Editor you are using when the problem occurs?

Make sure also that there are not any JavaScript errors thrown on the page as this will prevent the Editor to function properly.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Chris
Top achievements
Rank 1
answered on 01 Dec 2017, 08:50 PM

I'm using 2014_1_603_Dev_hotfix.

Here's the console error.

TypeError: a.cloneNode is not a function
[Learn More]
ScriptResource.axd:589:13

0
Vessy
Telerik team
answered on 04 Dec 2017, 04:39 PM
Hi Chris,

The used 2014.1.603 version is released before the version in which the issue at hand is fixed. You will have to upgrade at least to version 2014.2.618 in order to have this problem resolved in the RadEditor's code. Please, accept our apologies for the caused inconveniences.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Editor
Asked by
Andrey
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Chris
Top achievements
Rank 1
Share this question
or