示例#1
0
 public string GetKullaniciResimiEkle(ResimEn resim)
 {
     //int kullaniciIDresmi = resim.KullaniciID;
     //int bitkiID = resim.BitkiID;
     //string dirPath = HttpContext.Current.Server.MapPath("~") + "/Dosyalar/KullaniciResimleri/"+resim.KullaniciID;
     //FileUpload1.SaveAs(dirPath + kullaniciIDresmi + ".jpg");
     return("resim yükleme başarılı");
 }
示例#2
0
 public string ResimBoyutlandirBO(ResimEn resim)
 {
     //Todo resim boyutlama işi yapılacak
     return("asd");
 }