Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 12:07 PM, subsembly wrote: > Got me :-) Hah. No, you got me! > > To my surprise your code does indeed add the MIME header stuff, even on the > .NET Framework for Windows. So I went back to my real application code to > check this out. I found the difference is that we are

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread subsembly
Got me :-) To my surprise your code does indeed add the MIME header stuff, even on the .NET Framework for Windows. So I went back to my real application code to check this out. I found the difference is that we are using "PUT" and not "POST" as the HTTP method. If you change your line to wc.Uplo

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 11:29 AM, subsembly wrote: > Thank you very much. > > Maybe I should explain my situation: I bought a MonoTouch + MonoDroid > enterprise licence almost a year ago, when it was still with Novell. We > already have two applications developed in C# for .NET 2.0 for Windows > D

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 11:10 AM, Gonzalo Paniagua Javier wrote: > On Thu, Jan 19, 2012 at 10:57 AM, subsembly wrote: >> It's not a feature request. It's a SEVERE BUG in the Mono WebClient >> implementation! > > Ok. Since the world is going to end, I will take a look just to make > sure that it i

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread subsembly
Thank you very much. Maybe I should explain my situation: I bought a MonoTouch + MonoDroid enterprise licence almost a year ago, when it was still with Novell. We already have two applications developed in C# for .NET 2.0 for Windows Desktop and also for the .NET Compact Framework for those good o

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Gonzalo Paniagua Javier
On Thu, Jan 19, 2012 at 10:57 AM, subsembly wrote: > It's not a feature request. It's a SEVERE BUG in the Mono WebClient > implementation! Ok. Since the world is going to end, I will take a look just to make sure that it is just a common bug and can be fixed quickly ;-). I will follow up in the

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread subsembly
It's not a feature request. It's a SEVERE BUG in the Mono WebClient implementation! -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/System-Net-WebClient-UploadFileAsync-Problem-tp5157961p5158060.html Sent from the Mono for Android mailing list archive at Nabble.com

Re: [mono-android] System.Net.WebClient.UploadFileAsync Problem

2012-01-19 Thread Jonathan Pryor
Please file a feature request at bugzilla.xamarin.com. Thanks, - Jon On Jan 19, 2012, at 10:25 AM, subsembly wrote: > Hi all, > > just when I thought all troubles with WebClient are gone, I encountered a > new one. This time the compatibility problem is with the > WebClient.UploadFileAsync() m