JiangSu/Controllers/ImgController.cs
@@ -125,7 +125,7 @@ Img img = new Img(); img.name = info.Name; img.path = uploadPath + "\\" + newName; img.geom = Tools.GetImgGps(f.LocalFileName); //img.geom = Tools.GetImgGps(f.LocalFileName); if (!File.Exists(newFile)) File.Move(f.LocalFileName, newFile); int rows = ImgDAL.Insert(img);