Index: /branches/eraser6/BlackBox/Eraser/BlackBoxUploadForm.cs
===================================================================
--- /branches/eraser6/BlackBox/Eraser/BlackBoxUploadForm.cs	(revision 1397)
+++ /branches/eraser6/BlackBox/Eraser/BlackBoxUploadForm.cs	(revision 1398)
@@ -82,5 +82,5 @@
 				//Upload the report.
 				UploadWorker.ReportProgress(baseProgress + progressPerReport / 2,
-					S._("Uploading Report {0}: {1}%", reports[i].Name));
+					S._("Uploading Report {0}: {1}%", reports[i].Name, 0));
 				uploader.Upload(delegate(object from, ProgressChangedEventArgs progress)
 					{
@@ -194,5 +194,5 @@
 					{
 						int lastRead = 0;
-						byte[] buffer = new byte[524288];
+						byte[] buffer = new byte[32768];
 						while ((lastRead = formStream.Read(buffer, 0, buffer.Length)) != 0)
 						{
