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
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