// $c_filename != "" : 해당 파일명 생성 // $c_name = c_filename.jpg $c_name = $cls_folder->GetFileName($c_filename, $c_ext); if ($c_filename != "") { $c_ext = ".jpg"; $srcpath = $c_folder . $c_name; // . ".".$c_ext;// . $ext; } else { $c_ext = ".jpg"; $srcpath = $c_folder . $c_name; // . $ext; } $destpath = $c_folder . $c_name; if ($_FILES['Filedata']['name']) { $cls_upload = new clsUpload(); $cls_upload->FileUpload($_FILES['Filedata']['tmp_name'], $srcpath, $destpath, $c_ext, $c_type); } else { echo "error :", $destpath; } $cls_config = new clsConfig(); // 로컬 path -> url 경로로.. // $destURL = "http://app.na4.com/usr/20070101/img.png" $destURL = $cls_config->GetURL($destpath); echo $destURL, $destpath; // 6. flash에서 이미지(low data)를 받아서 서버에 저장 } else { if ($method == "saveup") { $c_uid = $_GET['uid']; if ($c_uid == "null") { $c_uid = "a0000145"; }