Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] ZipArchive::addFilesArrayAsync(files:Vector.<File>) #3633

Open
itlancer opened this issue Jan 6, 2025 · 0 comments
Open
Labels

Comments

@itlancer
Copy link

itlancer commented Jan 6, 2025

Feature Description

Please consider new method to implement: ZipArchive::addFilesArrayAsync(files:Vector.<File>) to add specified files to root of ZIP archive asynchronously.

Sometimes applications logic need to add specific files to ZIP archive (not whole folder). Especially to zip logs.
You can use ZipArchive::entries with push but it will be synchronous. For smooth UX it doesn't fit.
Also it not suitable for big files which should be archived.

Related issues:
#3605
#3416

Known Workarounds

None. But sometimes workers could help.

@itlancer itlancer changed the title [Feature Request] ZipArchive::addFilesArrayAsync(files:Vector<File>) [Feature Request] ZipArchive::addFilesArrayAsync(files:Vector.<File>) Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant