This commit is contained in:
Jesse MacFadyen
2014-05-27 15:09:54 -07:00
+2
View File
@@ -751,6 +751,8 @@ namespace WPCordovaClassLib.Cordova.Commands
byte[] buffer = new byte[4096];
int bytesRead = 0;
//sent bytes needs to be reseted before new upload
bytesSent = 0;
totalBytesToSend = fileStream.Length;
requestStream.Write(boundaryBytes, 0, boundaryBytes.Length);