This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.
IE6/7 Crash #1153
Closed
Description
The following minimal test page causes IE6 and 7 to crash upon selecting a file, but somehow the demo page at http://blueimp.github.com/jQuery-File-Upload/ does not cause the crash. And when I say crash, I mean actually crash the browser, not just display an error. Any ideas?
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>fileupload test</title>
</head>
<body>
<input type="file" id="fileupload" name="files[]" multiple>
<script type="text/javascript" src="js/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="js/jquery.ui.widget.js"></script>
<script type="text/javascript" src="js/jquery.iframe-transport.js"></script>
<script type="text/javascript" src="js/jquery.fileupload.js"></script>
<script type="text/javascript">
$(function () {
$('#fileupload').fileupload();
});
</script>
</body>
</html>
Metadata
Metadata
Assignees
Labels
No labels