developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Last modified 13 years ago
#494 closed bug
jResponseZip : impossible to set the name of the zip — at Version 2
Reported by: | bastnic | Owned by: | bastnic |
---|---|---|---|
Priority: | normal | Milestone: | Jelix 1.0.3 |
Component: | jelix:core response | Version: | 1.0.2 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description (last modified by laurentj)
the var is "zipFilename" but the name which is used after is :
$this->_httpHeaders['Content-Disposition']='attachment; filename="'.$this->zipfilename.'"';
no respect of the sensitive case
Change History (3)
Changed 13 years ago by bastnic
comment:1 Changed 13 years ago by bastnic
- review set to review?
comment:2 Changed 13 years ago by laurentj
- Description modified (diff)
- review changed from review? to review+
Note: See
TracTickets for help on using
tickets.