Ignore:
Timestamp:
05/14/14 17:31:23 (11 years ago)
Author:
tbretz
Message:
Added the possibility to retrieve different file names in the additional controls and the possibility to get the geometry.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.php

    r17841 r17856  
    3737    header('Content-Type: text/plain');
    3838    header('Content-Transfer-Encoding: Text');
    39     header('Content-Disposition: attachment; filename="data.txt"');
     39    header('Content-Disposition: attachment; filename="'.$_POST['name'].'"');
    4040
    4141    $json = json_decode($_POST['data']);
Note: See TracChangeset for help on using the changeset viewer.