function CheckFileSize() { var FileMaxSize = 100;//限制上传的文件大小,单位(k) var s = document.RegForm.Img_1.value; //if(s==""){alert("No image,please select again!");document.RegForm.Img_1.focus(); return false;} var img = new Image();
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn