mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
주석 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3993d83cc1
commit
ee2f76df25
1 changed files with 2 additions and 2 deletions
|
|
@ -364,8 +364,8 @@ runtimes.html5 = {
|
||||||
data += val+'\r\n';
|
data += val+'\r\n';
|
||||||
});
|
});
|
||||||
|
|
||||||
// Firefox has a bug that regonises some unicode filename as invalid string.
|
// Firefox had a bug that recognises some unicode filename as invalid string.
|
||||||
// So, I make a workaround to encode the filename by RFC2231
|
// So, I made a workaround to encode the filename by RFC2231
|
||||||
data += '--'+bndr+'\r\n';
|
data += '--'+bndr+'\r\n';
|
||||||
data += 'Content-Disposition: form-data; name="Filedata"; filename="=?UTF-8?B?'+Base64.encode(file.name)+'?="\r\n';
|
data += 'Content-Disposition: form-data; name="Filedata"; filename="=?UTF-8?B?'+Base64.encode(file.name)+'?="\r\n';
|
||||||
data += 'Content-Type: application/octet-stream\r\n\r\n';
|
data += 'Content-Type: application/octet-stream\r\n\r\n';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue