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