In MVC, I need to make restriction to upload file limit size should not exceed 5 MB.
Here, i need to validate and restrict at client side only if exceed 5MB size limit.
I able to achieve using ajax file uploader but, it support IE 10 and above but, I delicately need to provide support for IE 9 and above.
Please guide how i can make the validation at client side or any alternative solution ?