if($_POST['submit_add'])
{
if($attach1!=none){
$temp_pro="attach/pictrue/".$attach1_name;
if(!copy($attach1,$temp_pro)){
$wxb_str="附件上传不成功!";
}
}
if(!$wxb_str){
$MYSQL->query("INSERT INTO tradeadd(price,groupprice,content,imagesrc,styleid) VALUES('".$_POST['info_price']."','".$_POST['info_price_group']."','".$_POST['info_productdesc']."','".$attach1_name."',".$_POST['kind']." )");
$wxb_str="团购商品添加添加成功 !!";
}
}
其上传到的文件属性为:drwxrwxrwx