EBU ENES (ATAKAN) YILDIRIM , EBU ENES YILDIRIM , ebuenesy4
string adı = FileUpload1.FileName;
string yer = FileUpload1.PostedFile.FileName;
string boyutu = FileUpload1.PostedFile.ContentLength.ToString() + " kb";
string türü= FileUpload1.PostedFile.ContentType;
FileUpload1.SaveAs("C:\\ebu enes\\sds\\" + FileUpload1.FileName); //KAYIT YERİ AÇMA VE KAYIT EDER
FileUpload1.SaveAs(Server.MapPath("enes\\") + filename);