How I can get file in IE(8) like this:
<input id="files" type="file"> <script> var file = this.files[0]; //(FF, Chrome) </script>
for uploading?
You can't. IE8 doesn't support this feature.