Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 6ce36d1

Browse files
authored
Update forcetk.js
ファイルアップロード修正
1 parent 0c73636 commit 6ce36d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

forcetk.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ if (forcetk.Client === undefined) {
290290
+ "Content-Disposition: form-data; name=\"" + payloadField
291291
+ "\"; filename=\"" + filename + "\"\n\n",
292292
payload,
293-
"\n\n"
293+
"\n"
294294
+ "--boundary_" + boundary + "--"
295295
], {type : 'multipart/form-data; boundary=\"boundary_' + boundary + '\"'}),
296296
request = new XMLHttpRequest();

0 commit comments

Comments
 (0)