Ignore:
Timestamp:
10/21/10 10:49:46 (14 years ago)
Author:
amuller
Message:

Ticket #1379 - Implementação do applet numa janela

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2/filemanager/inc/uploadApp.php

    r3367 r3386  
    1414} 
    1515$appletParameters = array( 
    16  
    17         'maxFileSize' => '6G', 
     16        'maxFileSize' => '5G', 
     17        'maxChunkSize' => '1600000', 
    1818        'archive' => '../tp/juploader/wjhk.jupload.jar', 
    1919        'afterUploadURL' => 'after_upload.php', 
    2020        'sendMD5Sum' => 'true', 
    2121        'showLogWindow' => 'false', 
    22         'debugLevel' => 99  
     22        'debugLevel' => 0  
    2323); 
    2424$classParameters = array( 
    2525        'demo_mode' => false, 
    2626        'allow_subdirs' => true, 
    27         'destdir' => '/tmp'  //Where to store the files on the web  
     27        'destdir' => '/tmp'  //Where to store the files on the webserver  
    2828); 
    2929 
    3030$juploadPhpSupportClass = new JUpload($appletParameters, $classParameters); 
    3131 
    32 echo '<div align="center"><!--JUPLOAD_FILES--></div>'; 
    33 echo '<div align="center"><!--JUPLOAD_APPLET--></div>'; 
     32echo '<div align="left"><!--JUPLOAD_FILES--></div>'; 
     33echo '<div align="left"><!--JUPLOAD_APPLET--></div>'; 
    3434 
    3535 
Note: See TracChangeset for help on using the changeset viewer.