mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
주석 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7949 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
34fecdbdf7
commit
3993d83cc1
1 changed files with 1 additions and 1 deletions
|
|
@ -365,7 +365,7 @@ runtimes.html5 = {
|
|||
});
|
||||
|
||||
// Firefox has a bug that regonises some unicode filename as invalid string.
|
||||
// So, I make a workaround for it encoding the filename applying RFC2231
|
||||
// So, I make a workaround to encode the filename by RFC2231
|
||||
data += '--'+bndr+'\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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue