Changeset 8704 for temp/trunk/html


Ignore:
Timestamp:
2006/11/20 23:11:36 (20 years ago)
Author:
uehara
Message:

blank

Location:
temp/trunk/html/test/uehara
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/test/uehara/tree.php

    r8700 r8704  
    7777    } 
    7878    break; 
     79// ¥Õ¥¡¥¤¥ë¥¢¥Ã¥×¥í¡¼¥É 
     80case 'upload': 
     81    break; 
    7982// ½é´üɽ¼¨ 
    8083default : 
     
    8790$objPage->tpl_now_file = $now_dir; 
    8891$objPage->arrErr = $arrErr; 
     92$objPage->arrParam = $_POST; 
    8993 
    9094sfprintr($objPage->arrErr); 
     
    107111} 
    108112 
     113/* ¥Õ¥¡¥¤¥ë¾ðÊó¤Î½é´ü²½ */ 
     114function lfInitFile() { 
     115    global $objUpFile; 
     116    $objUpFile->addFile("¥Õ¥¡¥¤¥ë", 'upload_file', array('csv'), CSV_SIZE, true, 0, 0, false); 
     117} 
    109118?> 
Note: See TracChangeset for help on using the changeset viewer.