|
|
@@ -43,11 +43,11 @@ namespace UAS_LabelMachine
|
|
|
{
|
|
|
if (filelist[i] == filename)
|
|
|
{
|
|
|
- string upload = MessageBox.Show("已存在同名文件,是否覆盖", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
|
|
|
- if (upload.ToString() != "Yes")
|
|
|
- {
|
|
|
- return;
|
|
|
- }
|
|
|
+ //string upload = MessageBox.Show("已存在同名文件,是否覆盖", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Question).ToString();
|
|
|
+ //if (upload.ToString() != "Yes")
|
|
|
+ //{
|
|
|
+ // return;
|
|
|
+ //}
|
|
|
}
|
|
|
}
|
|
|
FtpWebRequest reqFTP;
|