array(2) {
["upload_photo_test"]=>
string(3) "xxx"
["product_photo_upload"]=>
string(12) "开始上传"
}
<p>You did not select a file to upload.
</p><form action="myspace/do_upload_product_photo" method="POST" enctype="multipart/form-data">
<div>上传图片
</div>
<input type="file" name="upload_photo" name="file_name" size="20" />
<input type="text" name="upload_photo_test" name="file_name" size="20" value="xxx"/>
<input type="submit" name="product_photo_upload" value="开始上传"/>
</form>