我怎么说? 用户可以选择增加图像。 如果添加图象,即希望吗? 如果图象是这样的话,如果是真的,那么我就希望其他图象能够运行,取决于是否添加了两个不同的图象。
if (isset($_POST[ formsubmitted ])) {
if (isset($_POST[ name ])){ }else{ }
if (isset($_POST[ state ])){ }else{ }
if (isset($_FILES[ images ][ name ])) { echo images ; exit;} else {echo no images ; exit;}
} #end main form submitted
如果(发行量_FILES[图像][名称])做主工作,即使现在没有提交图像,也仍然有提交图像的内容。
The html file areas are:
<form>
<input type= file name= images[] id= >
<input type= file name= images[] id= >
<input type= file name= images[] id= >
<input type = "submit">
</form>