form.inc 277 B

12345
  1. ' <form action="http://localhost/cgi-bin/cgi1" enctype="multipart/form-data" method="post">' + LF +
  2. ' <p><input type="file" name="file1" required/><br /></p>' + LF +
  3. ' <p><input type="file" name="file2"/><br /></p>' + LF +
  4. ' <p><input type="submit"/></p>' + LF +
  5. ' </form>'