ADH_Family的method2文本框处做了下面的修改

实测,不删除也可以执行,不知道原理和原因,以及是否删除好

 

修改前端 HTML 文件

找到 adh_identify.htm 中的 Method 2 表单(大约在第 xxx 行),将:

 

 

html

<form method="post" enctype="multipart/form-data" action="/cgi-bin/ADH2.cgi" name="form2" id="form2">

改为:

 

 

html

<form method="post" action="/cgi-bin/ADH2.cgi" name="form2" id="form2">

只需删除 enctype="multipart/form-data" 这部分!