示例#1
0
 public static bool InsertBiddingNewS(tk_FileUpload fileUp, HttpFileCollection Filedata, ref string strErr)
 {
     if (PpPro.InsertBiddingNewS(fileUp, Filedata, ref strErr) > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }
示例#2
0
 // 上传附件
 public static bool InsertNewFile(tk_FileUpload fileUp, byte[] fileByte, ref string a_strErr)
 {
     if (FlowMeterPro.InsertNewFile(fileUp, fileByte, ref a_strErr) >= 1)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }