We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ed82f commit 7b290f9Copy full SHA for 7b290f9
forcetk.js
@@ -301,7 +301,7 @@ if (forcetk.Client === undefined) {
301
+ "Content-Disposition: form-data; name=\"" + payloadField
302
+ "\"; filename=\"" + filename + "\"\n\n",
303
payload,
304
- "\n\n"
+ "\n"
305
+ "--boundary_" + boundary + "--"
306
], {type : 'multipart/form-data; boundary=\"boundary_' + boundary + '\"'}),
307
request = this.getXHR();
0 commit comments