А как сделать вывод, вот он мне показывает что я залил, но вывод так и не могу получить;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>3-х диаг. матрица</title>
<script>
var fileSelect = document.getElementById("fileSelect"),
fileElem = document.getElementById("fileElem");
</script>
<script>
if (fileElem != Null) {
alert(fileElem);
}</script>
</head>
<body>
<input type="file" id="fileElem" onchange="handleFiles(this.files)">
</body>
</html>