PHP上传文件,如何将上传的文字变为完成 formid="upload_form"enctype="multipart/form-data"method="post"action="upload.php" inputid="img"name="img"type="file"accept="image/*"onChange="fileSelected()" inputid="img2"name="img2"type="file"accept="
PHP上传文件,如何将上传的文字变为完成
<br /> <form id="upload_form" enctype="multipart/form-data" method="post" action="upload.php" ><br /> <input id="img" name="img" type="file" accept="image/*" onChange="fileSelected()" ><br /> <input id="img2" name="img2" type="file" accept="image/*" onChange="fileSelected()" ><br /> <input type="button" value="上传" id="send" onClick="startUploading()" /><br /> </form><br />