mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-18 10:48:00 -05:00
[GH-ISSUE #24654] feat: Upload folder to terminal/files sidebar #123684
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 @HenkieTenkie62 on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/24654
Check Existing Issues
Verify Feature Scope
Problem Description
Drag/dropping folder or clicking upload in the sidebar to upload folder to a chat or in open-terminal doesn't work.
It doesn't raise an error in the interface, just ignores the upload.
in devtools the following error is shown:
Uploading zips and having the model unzip it works fine but adds steps.
Could this feature be added?
Desired Solution you'd like
Support for folder uploads in files and in Terminals
Alternatives Considered
Zipping folders, and having the model unzip them.
Works, but adds steps.
Additional Context
No response
@dcastell1 commented on GitHub (May 13, 2026):
This would be very useful.