주석 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7950 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-12-03 02:43:20 +00:00
parent 3993d83cc1
commit ee2f76df25

View file

@ -364,8 +364,8 @@ runtimes.html5 = {
data += val+'\r\n';
});
// Firefox has a bug that regonises some unicode filename as invalid string.
// So, I make a workaround to encode the filename by RFC2231
// Firefox had a bug that recognises some unicode filename as invalid string.
// So, I made 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';