"/> <">
ホームページ >バックエンド開発 >PHPチュートリアル >このページの表示が IE と Chrome でまったく異なるのはなぜですか?解決
このページの表示が IE と Chrome でまったく異なるのはなぜですか?
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> <html> <body> <form action="fileUpload.php" method="post" enctype="multipart/form-data"> <label for="file">Filename:</label> <input type="file" name="filename" id="filename" /> <br /> <input type="submit" name="submit" value="Submit" /> </form> </body> </html>