Changes between Version 3 and Version 4 of WF/Uploaddearquivos


Ignore:
Timestamp:
07/30/07 15:34:43 (17 years ago)
Author:
cassiomaes
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WF/Uploaddearquivos

    v3 v4  
    1919 
    2020        <input type="file" name="meu_arquivo"> 
    21  
    2221        <input type="submit"> 
    2322 
     
    3938 
    4039Array 
    41  
    4240( 
    43  
    4441    [0] => Array 
    45  
    4642        ( 
    4743 
    4844            [name] => foo.txt 
    49  
    5045            [type] => text/plain 
    51  
    5246            [tmp_name] => /tmp/php9A6txv 
    53  
    5447            [error] => 0 
    55  
    5648            [size] => 15 
    57  
    5849            [content] => Conteudo de foo 
    59  
    60  
    6150 
    6251        ) 
     
    8978 
    9079        <input type="file" name="meus_arquivos[]"> 
    91  
    9280        <input type="file" name="meus_arquivos[]"> 
    93  
    9481        <input type="submit"> 
    9582