/* * Created by SharpDevelop. * User: 5020003435 * Date: 5/15/2014 * Time: 9:51 AM * * To change this template use Tools | Options | Coding | Edit Standard Headers. */ using System; using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using System.IO; namespace FileUpLoad2Serv { /// <summary> /// Description of MainForm. /// </summary> public partial class MainForm : Form { public MainForm() { // // The InitializeComponent() call is required for Windows Forms designer support. // InitializeComponent(); // // TODO: Add constructor code after the InitializeComponent() call. // } string Path,A; void MainFormLoad(object sender, EventArgs e) { Path = Application.StartupPath; } void BtSentFileClick(object sender, EventArgs e) { if(ckack() == true) { File.Move(A,Path+@"\test2"); lbshow.Text = "Move File OK"; } else { lbshow.Text = "Move ERROR"; } } private bool ckack() { string[] A = Directory.GetFiles(Path+@"\test1","*.jpg"); try { return true; } catch { return false; } } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง