Jump to content

select file using browse in a form not working


jasonc

Recommended Posts

I have tried to select a file using forms, file select but the popup box does not show in IE only FireFox

 

has anyone had this and know of a fix to have it show in IE

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000">
          <table width="100%">
            <tr> 
              <td width="1" valign="top" bgcolor="#CCCCCC"></td>
              <td width="100%" valign="top"><form action="" method="POST" enctype="multipart/form-data">
                  No file uploaded 
                  <input type="file" name="imgfile">
                  <input type="hidden" name="MAX_FILE_SIZE" value="40000">
                  <input name="submit" type="submit" value="Upload">
                </form></td>
            </tr>
          </table>
</body>
</html>

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.