【问题标题】:Stop automatic submit on jquery.filer plugin when using AJAX使用 AJAX 时停止在 jquery.filer 插件上自动提交
【发布时间】:2016-08-01 21:51:42
【问题描述】:

使用 jquery.filer 插件时,有没有办法在使用 AJAX 时停止自动上传?

我只希望文件在提交时上传。

我尝试将“addMore”设置为 true,但文件会立即上传。

下面的代码sn-p:

$('input').filer({
    uploadFile: {
        url: 'upload.php',
        data: site.underscoreArrayKeys($(this).data()),
        type: 'POST',
        enctype: 'multipart/form-data'
    }
});

【问题讨论】:

    标签: jquery


    【解决方案1】:

    您只需在null 上设置uploadFile 选项即可禁用即时上传。而是使用带有提交按钮的普通<form>

    【讨论】:

      猜你喜欢
      • 2023-03-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-12-20
      • 2016-10-24
      • 1970-01-01
      • 2012-04-27
      相关资源
      最近更新 更多