Byte[] bytes2 = br.ReadBytes((Int32)fs2.Length); br.Close(); fs2.Close(); Response.Buffer = true; Response.Charset = ""; Response.Cache.SetCacheability(HttpCacheability.NoCache); Response.ContentType = ContentType; Response.AddHeader("content-disposition", "attachment;filename="+ FileName); Response.BinaryWrite(bytes2); Response.Flush(); HttpContext.Current.ApplicationInstance.CompleteRequest();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง