Unplanned
Last Updated: 26 Mar 2020 10:03 by ADMIN
SUNIL
Created on: 26 Mar 2020 10:02
Category: ImageEditor
Type: Bug Report
0
Image is not downloaded with its original extension if a query string is added to its name
The loaded into the ImageEditor image is not downloaded with its original extension if a query string is added to the end of the image name. It is saved as PNG instead:
 
Steps to reproduce:
 
1. Run the code below and open the SaveImage dialog
2. Chose the "Download image" option and click OK
 Result: The image is downloaded as PNG
 
         <telerik:RadImageEditor RenderMode="Lightweight" ID="RadImageEditor1" runat="server"
            ImageUrl="~/images_1/test.jpg?test123" Width="100%" Skin="Silk">
        </telerik:RadImageEditor>   
0 comments