Ignore:
Timestamp:
11/20/09 15:17:35 (14 years ago)
Author:
amuller
Message:

Ticket #597 - melhorias no modulo gerenciador de arquivos para arquivos grandes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sandbox/filemanager/js/uploadForm.js

    r1627 r1693  
    1111        document.getElementById('show_upload_boxes').value +=1; 
    1212} 
     13 
     14function sendFiles(){ 
     15                cExecuteForm(document.getElementById('form_up'),handler_upload); 
     16                document.getElementById('button_up').style.visibility = "hidden"; 
     17                var line = document.getElementById('uploadOption'); 
     18                line.parentNode.innerHTML = "<img src='./filemanager/templates/default/images/progress.gif'>"; 
     19} 
     20 
     21function handler_upload(data){ 
     22        alert(data); 
     23        window.location = "/index.php?menuaction=filemanager.uifilemanager.index"; 
     24} 
Note: See TracChangeset for help on using the changeset viewer.