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

if Manual Upload = true then Multiple File Selection feature doesn't work on IE9

8 Answers 131 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Denius Valiant
Top achievements
Rank 1
Denius Valiant asked on 07 Feb 2013, 01:06 PM

Hi,

I encountered  a problem on IE9. I used AsyncFile Upload control. I needed Manual Upload and Multiple File Selection. I could select only one file in the open file dialog on IE9 and the upload module was IFrame. But On Firefox I could select several files at a time. After I had switched off the Manual Upload feature I could select several files at a time on IE9 and the upload module was Silverlight. What should to do in order the Multiple File Selection feature works on IE9?

Environment: Win7 Ultimate x64 SP1, IIS7, VS2010 SP1, Silverlight 5, Telerik Radcontrols for ASP.NET Ajax Q3 2012  SP2 v.12.3.1308.0

There is my project in the attachment.

Thank you in advance.

start.aspx

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Start.aspx.cs" Inherits="FileUploadIE.Start" %>
 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>
    <script src="http://localhost:12769/Scripts/jquery-1.9.0.js" type="text/javascript"></script>
    <script type="text/javascript" id="telerikClientEvents1">
        function RadAsyncUpload1_FilesSelected(sender, args) {
            var moduleName = sender.get_loadedModuleName();
            $('#moduleName').html('<span> Uploading module: ' + sender.get_loadedModuleName() + ' </span>');
        }
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <p id="moduleName">
    </p>
    <div>
        <telerik:RadAsyncUpload ID="RadAsyncUpload1" runat="server" ManualUpload="True"
            MultipleFileSelection="Automatic" OnClientFilesSelected="RadAsyncUpload1_FilesSelected">
        </telerik:RadAsyncUpload>
    </div>
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    </telerik:RadScriptManager>
    </form>
</body>
</html>
 

start.aspx

using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
 
namespace FileUploadIE
{
    public partial class Start : System.Web.UI.Page
    {
        protected void Page_Load(object sender, EventArgs e)
        {
 
        }
    }
}

 web.config

<?xml version="1.0"?>
<configuration>
  <system.web>
    <httpHandlers>
      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false"/>
    </httpHandlers>
    <compilation debug="true">
    </compilation>
  </system.web>
  <system.webServer>
    <handlers>
      <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource"/>
    </handlers>
  </system.webServer>
</configuration>

 

 

 

8 Answers, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 12 Feb 2013, 09:46 AM
Hi Denius,

 
Thank you for contacting Telerik support.

This is a limitation of the manual Upload functionality- it can only be used with multiple files in browsers which support FileApi. When manual upload is used under IE 9/8/7 the upload module is IFrame. Please excuse us for this limitation of our control.
 
Hope this will explain the issue if you have further question |I will be glad to assist you again.

All the best,
Plamen
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
Suthish
Top achievements
Rank 2
answered on 21 Feb 2013, 11:35 AM
This an issue of IE9..

IE9 forces every iframe to use the same DOCTYPE employed by the container document.

http://social.msdn.microsoft.com/Forums/en-CA/iewebdevelopment/thread/bddb6fbb-4dd1-4f4a-ac8a-d2a5a19f23df
0
Anthony
Top achievements
Rank 1
answered on 01 Apr 2014, 07:39 AM
Hi Telerik,
Is this issue fixed in later releases?.
I am experiencing the IE9 & ManualUpload = true issue with the 2013.3.1324.45 version of Telerik.Web.UI?.

Thanks
0
Plamen
Telerik team
answered on 02 Apr 2014, 11:29 AM
Hello Anthony,

It looks like I could not explain properly- IE9 does not support HTML5  FileAPi upload module and unfortunately ManualUpload is not supported by the other upload modules. This is a limitation of the ManualUpload  functionality of the control in this browser and unfortunately the is not workaround of fix for it.

Hope this will explain the issue.

Regards,
Plamen
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
vel
Top achievements
Rank 1
answered on 04 Nov 2016, 05:14 PM

Hello Plamen,

    I'm also facing multiple file selection issue in IE9 on windows7 OS. I'm using Telerik.Web.UI.dll Version 2015.1.310.14. Following is the telerik control code. Kindly let me know how to resolve this issue.

<telerik:RadAsyncUpload runat="server" ID="AsyncUpload1" HideFileInput="true" MultipleFileSelection="Automatic"
AllowedFileExtensions=".tif,.tiff,.pdf" OnClientFileSelected="onFileSelected"
OnClientFileUploadRemoved="onFileSelected">
<Localization Select="Select Files" />
</telerik:RadAsyncUpload>

Thanks,

Vel

0
Ivan Danchev
Telerik team
answered on 09 Nov 2016, 02:00 PM
Hello Vel,

We tested your configuration and were not able to reproduce any issue with MultipleFileSelection on IE9. I attached a sample project that you could give a try and check whether this functionality works correctly at your end. Telerik.Web.UI.dll  must be added to the bin folder, in order to run the project.

Regards,
Ivan Danchev
Telerik by Progress
Check out the new UI for ASP.NET Core, the most complete UI suite for ASP.NET Core development on the market, with 60+ tried-and-tested widgets, based on Kendo UI.
0
vel
Top achievements
Rank 1
answered on 11 Apr 2017, 01:21 PM
Hi,
Our application developed with Asp.NET 4.5 and Bootstrap3 Telerik version 2015.1.310.40. When mouse over on radwindow main page UI getting collapsed. This issues happening only on IE9. Kindly help me. Thanks in advance.
0
Ivan Danchev
Telerik team
answered on 14 Apr 2017, 09:04 AM
Hello Vel,

The issue you are facing is not related to the AsyncUpload and its manual upload functionality, which is the subject of this thread. Please open a separate thread with product RadWindow and provide as much details as possible on your scenario. This will help us reproduce the issue and suggest a possible solution. It would be helpful if you could isolate the window to a sample runnable page that demonstrates the behavior you have experienced and attach it for further review.

Regards,
Ivan Danchev
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
AsyncUpload
Asked by
Denius Valiant
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Suthish
Top achievements
Rank 2
Anthony
Top achievements
Rank 1
vel
Top achievements
Rank 1
Ivan Danchev
Telerik team
Share this question
or