-1
我無法提交表單。我沒有使用JavaScript。 但是,我不能在此表單上執行操作。無法提交HTML表格
以下是我的代碼。 非常感謝你對我的幫助
<form class="form-horizontal" action="action/creates.php?add=produk" method="post" enctype="multipart/form-data">
<input type="text" name="title" id="title" class="form-control" placeholder="Nama Produk" required/>
<textarea name="text" id="text" class="form-control" required></textarea>
<input type="file" name="file" id="file" class="form-control" accept="image/*" required/>
<input type="submit" class="btn btn-success" value="Konfirmasi" />
</form>
您的提交按鈕是否需要'name =「whatever」'?你需要將'add'移動到隱藏的輸入嗎? – Scuzzy
你也可以將代碼發佈到creates.php文件中嗎? – Fyntasia
您問題中提供的代碼片段提交時沒有問題。還有其他的錯誤。 – Tom