ファイル選択コントロールで選択されたファイルをアップロードします。 test15.cgi #!/usr/bin/python # -*- coding: utf-8 -*- ''' ファイルをアップロードする ''' html = '''Content-Type: text/html <html> <head> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8" /> <title>ファイルをアップロードする</title> </head> <body> <h1>ファイルをアップロードする</h1> <p>%s</p> <form action="test15.cgi" method="post" enctype="multipart/form-data"> <input type="file" name=