# |
Sep 9th 2016, 10:41 |
Anju |
https://openclassrooms.com/forum/sujet/export-tableau-php-dans-un-fichier-csv |
# |
Sep 9th 2016, 10:35 |
Anju |
Sur le net ça change rien non plus |
# |
Sep 9th 2016, 10:29 |
GuillaumeP |
ou 127.0.0.1 |
# |
Sep 9th 2016, 10:29 |
Anju |
Je vais essayer |
# |
Sep 9th 2016, 10:29 |
GuillaumeP |
au lieu de localhost |
# |
Sep 9th 2016, 10:29 |
GuillaumeP |
si tu le peux essaie sur le web |
# |
Sep 9th 2016, 10:25 |
Anju |
Ca ne change rien :( |
# |
Sep 9th 2016, 10:23 |
Anju |
ok |
# |
Sep 9th 2016, 10:23 |
GuillaumeP |
je teste sur le net pour ma part |
# |
Sep 9th 2016, 10:22 |
GuillaumeP |
quitte ton navigateur, stoppe wamp, et relance tout |
# |
Sep 9th 2016, 10:22 |
GuillaumeP |
j'ai un simple <? echo $this->Html->link('Download', ['action' => 'download']); ?> |
# |
Sep 9th 2016, 10:20 |
Anju |
Peut-être mon lien de téléchargement qui est pas bon alors ? |
# |
Sep 9th 2016, 10:19 |
Anju |
( |
# |
Sep 9th 2016, 10:18 |
GuillaumeP |
lignes 49 Ã 53 |
# |
Sep 9th 2016, 10:18 |
GuillaumeP |
https://repl.it/DZmK/0 |
# |
Sep 9th 2016, 10:18 |
GuillaumeP |
ouaip |
# |
Sep 9th 2016, 10:18 |
Anju |
Il te propose de le sauvegarder ? |
# |
Sep 9th 2016, 10:16 |
GuillaumeP |
chez moi ça passe (fichier xlsx) |
# |
Sep 9th 2016, 10:11 |
Anju |
Ok :/ |
# |
Sep 9th 2016, 10:10 |
GuillaumeP |
je fais un essai dans mon app |
# |
Sep 9th 2016, 10:08 |
Anju |
Oui |
# |
Sep 9th 2016, 10:08 |
GuillaumeP |
tu utilise WAMP ? |
# |
Sep 9th 2016, 10:08 |
Anju |
PC |
# |
Sep 9th 2016, 10:08 |
GuillaumeP |
tu es sur mac ou pc ? |
# |
Sep 9th 2016, 10:08 |
Anju |
C'est en local |
# |
Sep 9th 2016, 10:07 |
GuillaumeP |
tu as une URL Ã me donner pour voir ? |
# |
Sep 9th 2016, 10:06 |
Anju |
Bah là ça m'ouvre toujours une page du navigateur et ça me le télécharge automatiquement dans tmp |
# |
Sep 9th 2016, 10:06 |
GuillaumeP |
ca doit forcer le download |
# |
Sep 9th 2016, 10:06 |
Anju |
Ca change rien |
# |
Sep 9th 2016, 10:05 |
GuillaumeP |
$this->response->file(TMP . "devis.csv", ['download'=>true, 'name' => 'devis.csv'); |
# |
Sep 9th 2016, 10:05 |
GuillaumeP |
il manque une virgule |
# |
Sep 9th 2016, 10:05 |
GuillaumeP |
essaie ca maintenant |
# |
Sep 9th 2016, 10:05 |
GuillaumeP |
$this->response->file(TMP . "devis.csv" ['download'=>true, 'name' => 'devis.csv'); |
# |
Sep 9th 2016, 10:05 |
Anju |
Ca l'ouvre dans le navigateur oui |
# |
Sep 9th 2016, 10:05 |
GuillaumeP |
ca ouvre le fichier ou lieu de proposer de le sauvergarder, correct ? |
# |
Sep 9th 2016, 10:04 |
Anju |
Oui |
# |
Sep 9th 2016, 10:04 |
Anju |
Je peux l'ouvrir et écrire dedans en tout cas, donc oui |
# |
Sep 9th 2016, 10:04 |
GuillaumeP |
tu as bien mis $chemin = TMP . "devis.csv"; |
# |
Sep 9th 2016, 10:04 |
Anju |
Pour les droits je sais pas |
# |
Sep 9th 2016, 10:04 |
Anju |
Bonne date et heure |
# |
Sep 9th 2016, 10:03 |
GuillaumeP |
avec les droits suffisants ? |