【问题标题】:Uploadify uploadLimit issueUploadify uploadLimit 问题
【发布时间】:2014-04-15 13:31:52
【问题描述】:

我使用uploadify插件上传文件。

但是当我使用时

jQuery('#video_thumb1').uploadify('settings','uploadLimit','4');

要更改限制计数,出现错误。

我无法解决这个问题,这是什么错误?

【问题讨论】:

    标签: jquery uploadify


    【解决方案1】:

    试试这个

    $("#file_upload_1").uploadify({
        height:30,
        swf: 'http://www.uploadify.com/uploadify/uploadify.swf',
        uploader:'http://www.uploadify.com/uploadify/uploadify.php',
        width : 120,
        uploadLimit: 4
    });
    

    DEMO

    【讨论】:

      【解决方案2】:

      试试这样的:

      jQuery('#video_thumb1').uploadify({
         'uploadLimit' : '4' // Or change to whatever number is appropriate.
      });
      

      【讨论】:

      • 差不多.. 'uploadLimit' : '1'
      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-06-07
      • 2012-04-08
      • 1970-01-01
      • 2011-04-09
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多