xamarin android上传图片到服务器,Xamarin.Android 压缩图片并上传到WebServices
/// ///图片转换成String流/// /// 文件名(不带file://)/// public static string ImageToString(stringfile_path){//待上传图片路径//string uploadFile = file_path;//转化成文件//System.IO.FileInfo imgFile = new System.IO.FileInfo(u...