|
|
@ -263,7 +263,11 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// attachO.fileSize = responseText.length;
|
|
|
|
// attachO.fileSize = responseText.length;
|
|
|
|
attachO.filename = _global.decodeURIComponent(handler.file.fileName); |
|
|
|
try { |
|
|
|
|
|
|
|
attachO.filename = _global.decodeURIComponent(handler.file.fileName); |
|
|
|
|
|
|
|
} catch (e) { |
|
|
|
|
|
|
|
attachO.filename = handler.file.fileName; |
|
|
|
|
|
|
|
} |
|
|
|
if (handler.maxlength == 1) { |
|
|
|
if (handler.maxlength == 1) { |
|
|
|
handler.attach_array[0] = attachO; |
|
|
|
handler.attach_array[0] = attachO; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|