更改上传目录jQuery文件上传

时间:2016-01-07 13:08:52

标签: php jquery file-upload

我在https://github.com/blueimp/jQuery-File-Upload的php网站上使用jQuery-File-Upoad插件。 这些文件默认上传到php / files /文件夹中,可以在安装插件的文件夹中找到。

我希望能够更改上传文件的目录。如何实现这个想法?

1 个答案:

答案 0 :(得分:-1)

请尝试更改网址的值,如果可能,请在此处提供您的代码

$('#fileupload').fileupload({
        // Uncomment the following to send cross-domain cookies:
        //xhrFields: {withCredentials: true},
        url: 'server/php/'
    });