-
Matt Meleski
8
posts
Member since:
Oct 2009
Posted 26 Oct 2012
Link to this post
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
-