mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
Firefox 호환 기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7930 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4b5faff5d5
commit
71875ae233
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ runtimes.html5 = {
|
|||
data += '--'+bndr+'\r\n';
|
||||
data += 'Content-Disposition: form-data; name="Filedata"; filename="'+file.name+'"\r\n';
|
||||
data += 'Content-Type: application/octet-stream\r\n\r\n';
|
||||
data += bin;
|
||||
data += file.object.getAsBinary();
|
||||
data += '\r\n';
|
||||
data += '--'+bndr+'--\r\n';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue