mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[GH-ISSUE #20119] issue: Unable to export images from conversations containing imagery to external sources (e.g., another Open WebUI instance) #73694
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 @CookSleep on GitHub (Dec 22, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/20119
Check Existing Issues
Installation Method
Docker
Open WebUI Version
v0.6.43
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22.04
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
When downloading chats containing images as JSON, there should be an option to convert referenced images into inline Base64 URLs. Otherwise, it is impossible to export images from these chats to external platforms (such as another Open WebUI instance).
Actual Behavior
When downloading a conversation with images as a JSON file, the output only contains references to the images rather than the actual image data.
Steps to Reproduce
Logs & Screenshots
It involves some privacy concerns, but it's very easy to reproduce.
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Dec 22, 2025):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#19393 issue: shared chats with images - images won't show
by Classic298 • Nov 23, 2025 •
bug#18995 issue: image generation and edition doesn’t work on temporary chats
by futureshield • Nov 06, 2025 •
bug#20091 issue: image is regarded as binary in temp chat
by funnycups • Dec 22, 2025 •
bug#19777 issue:
by Yaute7 • Dec 05, 2025 •
bug#20019 issue:
by j63440490 • Dec 17, 2025 •
bugShow 5 more related issues
#19226 issue: The conversation history of multiple models cannot be exported to PDF
by ShirasawaSama • Nov 17, 2025 •
bug#20092 issue:
by VideoRyan • Dec 22, 2025 •
bug#19864 issue:
by Haervwe • Dec 10, 2025 •
bug#19563 issue:
by naruto7g • Nov 28, 2025 •
bug#19187 issue: Image generation menu gone.
by calebrio02 • Nov 14, 2025 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@CookSleep commented on GitHub (Dec 22, 2025):
Additionally, I hope there's a way to migrate all inline Base64 URLs from legacy conversations into the new image file reference format. This would ensure that important historical chats can benefit from the improvements introduced in the latest version.
@silentoplayz commented on GitHub (Dec 27, 2025):
https://github.com/open-webui/open-webui/issues/19393 Seems related. @CookSleep Have you tested the latest dev branch of Open WebUI?
@CookSleep commented on GitHub (Dec 27, 2025):
Well... I've always stuck to the main branch, but... this commit doesn't look like it addresses the conversation export issue. It still doesn't solve the problem of transferring conversations between different deployments. Besides, I think it's only natural to expect that if you export a conversation file, it should include all the associated files, just like it did in previous versions.