我们可以将fineuploader传统和天蓝色结合在一起

时间:2015-08-04 04:37:03

标签: jquery azure fine-uploader

以前我们曾经有一个名为custom的fineuploader版本,这是一个jquery包装器,我们同时将Azure上传到blob +传统上传到你的服务器

在新版本5.2中,当我调用fineUploader()方法上传到我们自己的服务器时,它会发出错误。

2 个答案:

答案 0 :(得分:0)

请使用Use 5.3.0版本

if (qq.supportedFeatures.ajaxUploading) {
    var uploader = new qq.azure.FineUploader
        request: {
            endpoint: 'https://{ YOUR_STORAGE_ACCOUNT_NAME }.blob.core.windows.net/{ YOUR_CONTAINER_NAME }'
        },
        signature: {
            endpoint: '/signature'
        },
        uploadSuccess: {
            endpoint: '/success'
        }
    });
}

点击链接http://docs.fineuploader.com/quickstart/02-setting_options-azure.html

答案 1 :(得分:0)

是的,从Fine Uploader 5.3开始,您可以下载包含S3,Azure和传统端点模块的单个版本。来自5.3博客文章:

  

We’ve made it easier to use Fine Uploader in an environment that switches between Azure, S3, and traditional endpoints。从5.3版本开始,您现在可以download构建一个包含对所有三种端点类型的支持的Fine Uploader。在服务器类型部分中选择新的“S3 + Azure + traditional”选项。

请注意,无法下载该版本的jQuery包装版本,但无论如何都要there is no benefit in using the jQuery wrapper