function verifyFileSize(id, maxsize) {
var btnsave = document .getElementById("Button2"); btnsave.disabled = false; fileupload.value.length < ; 5) { Alert('파일을 선택하세요!') }
return; .userAgent;
Msie 7.0 ')!
var isIe8 = agent.indexof (' msie 8.0 ')! 🎜> // IE7 및 IE8은 파일 경로를 가져옵니다
if (ISIE7 || ISIE8) { Fileupload.select ();
Filepath = Document.selection.createrange ().
}> // IE6 파일 경로 가져오기
Else
{filepath = file.value; }
//PageMethods.ValidateFile(filepath, maxsize, ieCallBack);
Alert(filepath);
}
if (agent.indexOf( "Firefox") > ;= 1) {
경고("FF"); 경고(getValue()); var size = fileupload.files[0].fileSize ;
> ';
Alert("파일이 크기를 초과했습니다! " ); }