[GH-ISSUE #45] Zip options did not support UTF-8 #31

Closed
opened 2026-03-02 15:55:09 +03:00 by kerem · 1 comment
Owner

Originally created by @illuswing on GitHub (May 29, 2018).
Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/45

trying to create a archive with CJK character filename got these error messages

Warning: ZipArchive::close() [ziparchive.close]: Failure to create temporary file: Invalid argument in /php/download/file.php on line 1848
Warning: Cannot modify header information - headers already sent by (output started at /php/download/file.php:1848) in /php/download/file.php on line 1421

it seems the zipper function didn't do the iconv part before proceed

Originally created by @illuswing on GitHub (May 29, 2018). Original GitHub issue: https://github.com/prasathmani/tinyfilemanager/issues/45 trying to create a archive with CJK character filename got these error messages > Warning: ZipArchive::close() [ziparchive.close]: Failure to create temporary file: Invalid argument in /php/download/file.php on line 1848 >Warning: Cannot modify header information - headers already sent by (output started at /php/download/file.php:1848) in /php/download/file.php on line 1421 it seems the zipper function didn't do the iconv part before proceed
kerem 2026-03-02 15:55:09 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@prasathmani commented on GitHub (Jun 23, 2018):

image

I,m able to create zip files using CJK characters, please give me more information, so that i can provide solution. @illuswing

<!-- gh-comment-id:399635529 --> @prasathmani commented on GitHub (Jun 23, 2018): ![image](https://user-images.githubusercontent.com/11345598/41806187-c7a75c66-76d6-11e8-98ce-98dcb2d64f62.png) I,m able to create zip files using CJK characters, please give me more information, so that i can provide solution. @illuswing
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tinyfilemanager#31
No description provided.