diff --git a/src/wp/FileTransfer.cs b/src/wp/FileTransfer.cs index e1f9fb0..7c29cfc 100644 --- a/src/wp/FileTransfer.cs +++ b/src/wp/FileTransfer.cs @@ -818,7 +818,6 @@ namespace WPCordovaClassLib.Cordova.Commands byte[] formItemBytes = System.Text.Encoding.UTF8.GetBytes(formItem); requestStream.Write(formItemBytes, 0, formItemBytes.Length); } - requestStream.Write(boundaryBytes, 0, boundaryBytes.Length); } using (IsolatedStorageFile isoFile = IsolatedStorageFile.GetUserStoreForApplication()) {