|
|
@ -88,7 +88,7 @@ |
|
|
|
var split = "onabort.onerror.onloadstart.onprogress".split("."), |
|
|
|
var split = "onabort.onerror.onloadstart.onprogress".split("."), |
|
|
|
length = split.length, |
|
|
|
length = split.length, |
|
|
|
CRLF = "\r\n", |
|
|
|
CRLF = "\r\n", |
|
|
|
xhr = XMLHttpRequest ? new XMLHttpRequest : new ActiveXObject("Microsoft.XMLHTTP"), |
|
|
|
xhr = new XMLHttpRequest, |
|
|
|
sendFile; |
|
|
|
sendFile; |
|
|
|
function multipart(boundary, name, file) { |
|
|
|
function multipart(boundary, name, file) { |
|
|
|
return "--".concat( |
|
|
|
return "--".concat( |
|
|
|