/ Published in: JavaScript
Expand |
Embed | Plain Text
function checkFileSize() { if (typeof FileReader !== "undefined") { var size = document.getElementById('myfile').files[0].size; //do something with size } }
You need to login to post a comment.
