Changeset 14426 for branches


Ignore:
Timestamp:
2007/06/07 16:19:17 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/admin/products/product.php

    r14413 r14426  
    5050 
    5151// ¥Õ¥¡¥¤¥ë´ÉÍý¥¯¥é¥¹ 
    52 $objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, IMAGE_SAVE_DIR, FTP_TEMP_SAVE_DIR, FTP_IMAGE_SAVE_DIR, MULTI_WEB_SERVER_MODE); 
     52$objUpFile = new SC_UploadFile(IMAGE_TEMP_DIR, IMAGE_SAVE_DIR, FTP_IMAGE_TEMP_DIR, FTP_IMAGE_SAVE_DIR, MULTI_WEB_SERVER_MODE); 
    5353 
    5454// ¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½ 
  • branches/dev/html/test/uehara/ftp.php

    r14379 r14426  
    3131               $src_path = IMAGE_SAVE_DIR . $files; 
    3232                
    33 echo $dst_path; 
    34 echo $src_path; 
     33 
    3534                
    3635               sfFtpCopy($array['host'], $array['user'], $array['pass'], $dst_path, $src_path);             
Note: See TracChangeset for help on using the changeset viewer.