mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #16151] feat: Support for compressed archive file uploads #33330
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BestBackwards on GitHub (Jul 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16151
Check Existing Issues
Problem Description
I'm requesting support for uploading and processing of compressed archive files (.zip, .tar, .bz2, etc.) in Open WebUI.
This feature would allow users to share and collaborate on larger datasets, which are often stored in compressed formats.
Expected Behavior:
I'd like to point out that there's a previous feature request (see: #7773 ) that was closed without adequate reasoning.
I believe this is an important issue and would appreciate it if you could re-examine my proposal and provide more insight into why this feature wasn't implemented earlier.
Desired Solution you'd like
Adaptation of existing file upload and extraction process.
Alternatives Considered
No response
Additional Context
No response