mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 06:03:26 -05:00
[GH-ISSUE #10057] bug: PDF files above 1 MB cannot be uploaded into a chat and used #135472
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 @0xGitGuy on GitHub (Feb 15, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10057
Discussed in https://github.com/open-webui/open-webui/discussions/3818
Originally posted by YetheSamartaka July 12, 2024
Bug Report
Description
Bug Summary:
PDF files above 1 MB cannot be drag and dropped/uploaded via + into a chat and used. I quickly found wiki article that upon dowloading has 3 MB, but the file I encountered that with had little above 1 MB. Files below 1 MB are working fine.
Steps to Reproduce:
Take a PDF file above 1 MB and try uploading it to Chat instance
Observe that it is not being uploaded
Expected Behavior:
Files above 1 MB should get uploaded and be usable the same way as PDFs below 1 MB
Actual Behavior:
Upon file upload above 1 MB upload, nothing happens.
Environment
Open WebUI Version: [e.g., 0.3.8]
Operating System: [Ubuntu 20.04]
Browser (if applicable): [Firefox, Chrome, Brave, Edge, Opera - seems to be happening on all]
Reproduction Details
Confirmation:
Installation Method
Dockerfile
Additional Information
I'm using text-embedding-3-large as an embedding model for documents
Not sure if it affects other filetypes.
These are the files that you can try. First will work, second won't.
working_file.pdf
not_working.pdf
@ssy040504 commented on GitHub (Feb 15, 2025):
我也遇到同样问题