Skip to content

Fix / Upload Limit#327

Open
makiroll1125 wants to merge 5 commits into
V1.3.4from
fix/upload-limit
Open

Fix / Upload Limit#327
makiroll1125 wants to merge 5 commits into
V1.3.4from
fix/upload-limit

Conversation

@makiroll1125

Copy link
Copy Markdown
Collaborator

What

  • Set upload limit to 200MB. Error message when file size exceeds 200MB
  • Files < 50MB are read entirely into memory as base64 dataurls and sent as a single message, whereas 50MB < file size < 200MB use new HTTP endpoint mirroring Living UI import
  • Add error message when attempting to create a new file/folder with the same name as an existing file/folder in the current directory

Why

How to test

  • Navigate to CraftBot workspace
  • Attempt to upload file < 200MB. Files greater than 50MB but less than 200MB will display upload progress bar.
  • Attempt to upload file > 200MB and file will not upload with an error message

Screenshots / Logs

image image image

@makiroll1125 makiroll1125 requested a review from ahmad-ajmal June 11, 2026 05:47
@makiroll1125 makiroll1125 self-assigned this Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant