How to increase the image upload size in the card's description? #803

Open
opened 2026-02-04 21:22:48 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @gibranpulga on GitHub (Sep 4, 2025).

Image Image When adding an image to a card's Description, the size limit is 1mb. I've tried adding MAX_UPLOAD_FILE_SIZE=15MB but it didn't work. How do I increase this limit?
Originally created by @gibranpulga on GitHub (Sep 4, 2025). <img width="187" height="45" alt="Image" src="https://github.com/user-attachments/assets/924e11af-9ef3-4fc1-9f75-66c8b1c5d1e3" /> <img width="284" height="135" alt="Image" src="https://github.com/user-attachments/assets/a01e364f-c329-4cb8-933c-d44718509c47" /> When adding an image to a card's Description, the size limit is 1mb. I've tried adding MAX_UPLOAD_FILE_SIZE=15MB but it didn't work. How do I increase this limit?
OVERLORD added the enhancement label 2026-02-04 21:22:48 +03:00
Author
Owner

@meltyshev commented on GitHub (Sep 5, 2025):

Hi! Thanks for the question. Unfortunately, it's not possible to increase this limit right now, since images in descriptions are stored inline (embedded as base64). We'll need to rework this to upload them separately.

@meltyshev commented on GitHub (Sep 5, 2025): Hi! Thanks for the question. Unfortunately, it's not possible to increase this limit right now, since images in descriptions are stored inline (embedded as base64). We'll need to rework this to upload them separately.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/planka#803