index.html
You are currently viewing a revision titled "index.html", saved on 2025年10月16日 8:39 PM by KHATRi NIRMAL | |
---|---|
タイトル | index.html |
コンテンツ | <html>
<head>
<title>フォトデータベース</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
<h2>フォトデータベース input</h2>
<hr size="1">
<form method="POST" name="formin" action="dinput.cgi" enctype="multipart/form-data">
画像の名前:<input type="text" name="name" value=""><br>
カテゴリー:<input type="text" name="category" value=""><br>
画像の住所:<input type="text" name="address" value=""><br>
画像の電話番号:<input type="text" name="telephone" value=""><br>
<p><input type="file" name="upload_file" size="32"></p>
<input type="submit" name="submit" value="送信">
<input type="reset" name="submit" value="リセット">
</form>
</body>
</html> |
抜粋 | |
脚注 |