取消webuploader上传超时参数 #I4WP8B
This commit is contained in:
@@ -2971,9 +2971,9 @@
|
|||||||
method: 'POST',
|
method: 'POST',
|
||||||
|
|
||||||
// 跨域时,是否允许携带cookie, 只有html5 runtime才有效
|
// 跨域时,是否允许携带cookie, 只有html5 runtime才有效
|
||||||
withCredentials: false,
|
withCredentials: true,
|
||||||
fileVal: 'file',
|
fileVal: 'file',
|
||||||
timeout: 2 * 60 * 1000, // 2分钟
|
timeout: 0, //2 * 60 * 1000, // 2分钟
|
||||||
formData: {},
|
formData: {},
|
||||||
headers: {},
|
headers: {},
|
||||||
sendAsBinary: false
|
sendAsBinary: false
|
||||||
|
|||||||
Reference in New Issue
Block a user