Out Of This World Tips About How To Check File Size In Javascript
Check file size using javascript before uploading. $('#myfile').bind('change', function() { //this.files[0].size gets the size of your file. You can check the filesize by files[0].size try the following: