Skip to content

Commit 1e8eb86

Browse files
LLCBI-9067
- removed extra line which was causing issues with uploading .docx and .xlsx docs
1 parent 9237cfa commit 1e8eb86

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
@@ -293,7 +293,7 @@ if (forcetk.Client === undefined) {
293293
+ "Content-Disposition: form-data; name=\"" + payloadField
294294
+ "\"; filename=\"" + filename + "\"\n\n",
295295
payload,
296-
"\n\n"
296+
"\n"
297297
+ "--boundary_" + boundary + "--"
298298
], {type : 'multipart/form-data; boundary=\"boundary_' + boundary + '\"'}),
299299
request = new XMLHttpRequest();

0 commit comments

Comments
 (0)