function FileUpload($upData, $org_name, $filepath, $ext, $type) { $cls_config = new clsConfig(); $this->DEFAULT_WIDTH = $cls_config->GetDefaultWidth($type); @move_uploaded_file($upData, $org_name); $this->ResizeImage($org_name, $filepath, $ext); // ?낅줈?쒗썑 ?댁쟾 ?뚯씪 ??젣 ?섏옄.. //unlink($org_name); }