주석 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7949 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-01 09:33:16 +00:00
parent 34fecdbdf7
commit 3993d83cc1

View file

@ -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';