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

Check File Size IE8

0 Answers 88 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, 06:30 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

No answers yet. Maybe you can help?

Tags
Upload
Asked by
Matt Meleski
Top achievements
Rank 1
Share this question
or