IE Upload

by owen_pengtao

HTML

<!DOCTYPE html>
<html>
  <head>
    <title>IE Upload</title>
    <META content="IE=Edge" http-equiv="X-UA-Compatible">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
  </head>
  <body>
    <form action="/upload.php" enctype="multipart/form-data" method="post" id="file_upload_form" target="upload_target">
    <div class="file-load">
      <input type="file" id="file-load-btn-hide" class="file" name="stack">
    </div>
    <div class="import-submit">
        <a id="submit" href="##">Submit</a>
    </div>
    <iframe src="" name="upload_target" id="upload_target"></iframe>
  </form>
  </body>
</html>