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

kendoUpload Checking file size

4 Answers 153 Views
Upload
This is a migrated thread and some comments may be shown as answers.
Matt Meleski
Top achievements
Rank 1
Matt Meleski asked on 26 Oct 2012, 03:44 PM
Hi,

I am trying to check the selected file sizes using IE8.

ie. Javascript as below:

 $(document).ready(function () {
            $("#attachments").kendoUpload({
                select: onSelect
            });
        });

Then when trying to retrieve the size in an onSelect javascript event of the selected files,  null is returned for the size of the file.
See attached jpg of IE8 javascript debugger.

Is there any workaround for this IE8 issue? 

Thanks,

Matt


4 Answers, 1 is accepted

Sort by
0
Stephen
Top achievements
Rank 1
answered on 19 Apr 2013, 03:00 PM
I would also like to see some kind of fix for this.
0
Dimiter Madjarov
Telerik team
answered on 22 Apr 2013, 10:58 AM
Hello,


The size of the uploaded file cannot be retrieved in Internet Explorer 9 and earlier versions because of browser limitations and there is no workaround for this. This functionality is working in IE 10 and in every other modern browser.

 

Regards,
Dimiter Madjarov
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Ed
Top achievements
Rank 1
answered on 15 Aug 2014, 04:12 AM
I'd like to ask if there is already workaround for this?
0
Dimiter Madjarov
Telerik team
answered on 18 Aug 2014, 05:59 AM
Hello Ed,


There is no workaround for this problem, as it is a browser limitation, that cannot be overcome.

Regards,
Dimiter Madjarov
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.

 
Tags
Upload
Asked by
Matt Meleski
Top achievements
Rank 1
Answers by
Stephen
Top achievements
Rank 1
Dimiter Madjarov
Telerik team
Ed
Top achievements
Rank 1
Share this question
or