如何上传照片而不需要?

时间:2019-02-02 05:35:36

标签: file-upload upload

我想让用户选择是否上传照片。但是使用我的脚本,要求用户添加照片,如果用户不添加照片,则脚本不会保存到数据库。

<div class="form-group">
              <label>Gambar</label>
              <input type="file" name="gambar">
                <small>Catatan :</small> <br>
                <small>- Pastikan file yang diupload bertipe *.JPG atau *.PNG</small> <br>
                <small>- Ukuran file foto max 1 Mb</small>
              </p>
            </div>

请帮助我修复脚本,以便用户清除上载表单并将其保存在数据库中。

0 个答案:

没有答案