; <html lang="zh-cn"> <頭> <元字元集=“UTF-8”> <元名稱=“視口”內容=“寬度=設備寬度,初始比例= 1.0”> <標題>管理員標題> </頭> <正文> <表單操作=“upload.php”方法=“POST”enctype=“multipart/form-data”> 圖片:<輸入類型=“檔案”名稱=“圖片”> <br> 出售或出租: <br> 價格: <br> 位置:<輸入類型=“文字”名稱=“位置”> <br> 區域:<輸入類型=“文字”名稱=“區域”> <br> 臥室: <br> <按鈕類型=“提交”>上傳按鈕> </表格> </正文> </html></pre> <p>upload.php:</p>
P粉5305192342023-08-09 18:59:02
Your submit button should contain the name attribute with the submit value:
<button type="submit" name="submit">Upload</button>