I want to detect the file size before uploading it to the web. I got a java script from here which is working well in Internet Explorer 10 and other browsers.
But I have most of the customers who are working with Internet Explorer 9 and Internet Explorer 8. For that also I got a code form here.
But the problem with that is It requires “Initialize and script ActiveX controls not marked as safe for scripting.” to be enabled and also pops up to click on ok when the function is called. This method is not suitable for my requirement. So is there any other methods to get file size in Explorer 9 and Internet Explorer 8 without any extra settings from user end ?
Please help me.