if (Convert.ToString(Session["Authenation"]) == "") { Response.Redirect("frmLogin.aspx"); Response.End(); }
HD_User.Value = Convert.ToString(Session["Authenation"]);
protected void DeletePic() { DirectoryInfo myDirInfo = new DirectoryInfo(Server.MapPath("~/IMG/uploadProduct/" + username + "/temp/")); //if (!myDirInfo.Exists) //{ // myDirInfo.Create(); //} FileInfo[] arrFileInfo = myDirInfo.GetFiles("*.*"); foreach (FileInfo myFileInfo in arrFileInfo) { if (myFileInfo.Exists) { myFileInfo.Delete(); } } DirectoryInfo directoryDeleteL1 = new DirectoryInfo(Server.MapPath("~/IMG/uploadProduct/" + username + "/temp/")); if (directoryDeleteL1.Exists) { directoryDeleteL1.Delete(); } DirectoryInfo directoryDeleteL2 = new DirectoryInfo(Server.MapPath("~/IMG/uploadProduct/" + username)); if (directoryDeleteL2.Exists) { directoryDeleteL2.Delete(); } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง