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
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
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
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
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
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
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
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