index.html

index.html

You are currently viewing a revision titled "index.html", saved on 2025年10月16日 7:22 PM by raveesha jagoda
タイトル
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> <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>
抜粋
脚注


Old New Date Created Author Actions
2025年10月16日 10:22 AM raveesha jagoda

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です