[MonoTouch] System.Net.WebClient.UploadProgressChanged

2012-02-04 Thread Benedikt Hübschen
Hi, I would like to show a progressbar while uploading a picture to a php-script and added a handler to System.Net.WebClient.UploadProgressChanged. Neither UploadFile nor UploadFileAsync seem to raise the event ­ is there something wrong? SYStemiya - Benedikt Hübschen SYStemiya, Benedikt

Re: [MonoTouch] 5.2.2 install failure

2012-02-04 Thread Joseph Hill
Hello Alex I saw your email to support and we will respond shortly. It appears to be a bug in our activation server. Anyone else: If you are receiving this error while installing 5.2.2, please let us know: http://support.xamarin.com/customer/portal/emails/new Thank you Joseph On Fri, Feb 3,

Re: [MonoTouch] System.Net.WebClient.UploadProgressChanged

2012-02-04 Thread Sebastien Pouliot
Hello Benedikt, Mono's WebClient never calls that events (and MonoTouch inherits this behavior). It's a known issue: http://bugzilla.xamarin.com/show_bug.cgi?id=3100 You can add yourself on c.c. on the bug report to be notified of it's progress. Regards, Sebastien 2012/2/4 Benedikt Hübschen