| 
|   | $description | 
|   | 
| 
  | $page_set = 'Import Tools' | 
|   | 
| 
  | $themed = true | 
|   | 
 | 
| 
  | $title = "Fannie - Upload Any File" | 
|   | 
| 
  | $header = "Upload Any File" | 
|   | 
      
        
          | UploadAnyFile::body_content  | 
          ( | 
           | ) | 
           | 
        
      
 
Call appropriate method depending on whether the form has been submitted. 
 
 
      
        
          | UploadAnyFile::process_file  | 
          ( | 
            | 
          $linedata,  | 
        
        
           | 
           | 
            | 
          $indexes  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Process an upload 
- Returns
 - HTML string explaining results 
 
 
 
      
        
          | UploadAnyFile::upload_form  | 
          ( | 
           | ) | 
           | 
        
      
 
Draw upload form 
- Returns
 - HTML string containing form 
 
 
 
      
        
          | UploadAnyFile::$description | 
        
      
 
Initial value:= '[Generic Upload] simply uploads a file to temporary storage
    on the server.'
 
 
 
The documentation for this class was generated from the following file:
- fannie/item/import/UploadAnyFile.php