Changeset 17856 for trunk/FACT++/www/viewer/index.php
- Timestamp:
- 05/14/14 17:31:23 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.php
r17841 r17856 37 37 header('Content-Type: text/plain'); 38 38 header('Content-Transfer-Encoding: Text'); 39 header('Content-Disposition: attachment; filename=" data.txt"');39 header('Content-Disposition: attachment; filename="'.$_POST['name'].'"'); 40 40 41 41 $json = json_decode($_POST['data']);
Note:
See TracChangeset
for help on using the changeset viewer.