Changeset 9257 for temp


Ignore:
Timestamp:
2006/11/28 09:50:08 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/class/SC_UploadFile.php

    r9256 r9257  
    196196                    $arrRet[$val]['filepath'] = $temp_url . "/" . $this->temp_file[$cnt]; 
    197197                } 
     198                $arrRet[$val]['filepath_dir'] = $this->temp_dir . $this->temp_file[$cnt]; 
    198199            } elseif ($this->save_file[$cnt] != "") { 
    199200                // ¥Õ¥¡¥¤¥ë¥Ñ¥¹¥Á¥§¥Ã¥¯(¥Ñ¥¹¤Î¥¹¥é¥Ã¥·¥å/¤¬Ï¢Â³¤·¤Ê¤¤¤è¤¦¤Ë¤¹¤ë¡£) 
     
    203204                    $arrRet[$val]['filepath'] = $save_url . "/" . $this->save_file[$cnt]; 
    204205                } 
     206                $arrRet[$val]['filepath_dir'] = $this->save_dir . $this->save_file[$cnt]; 
    205207            } 
    206208            if($arrRet[$val]['filepath'] != "") { 
    207209                 
    208210                if($real_size){ 
    209                     list($width, $height) = getimagesize($arrRet[$val]['filepath']); 
     211                    list($width, $height) = getimagesize($arrRet[$val]['filepath_dir']); 
    210212                    // ¥Õ¥¡¥¤¥ë²£Éý 
    211213                    $arrRet[$val]['width'] = $width; 
Note: See TracChangeset for help on using the changeset viewer.