Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Binary File upload to a content type fails (Multi-part upload) #27047

Closed
Neehakethi opened this issue Dec 18, 2023 · 0 comments · Fixed by #27065
Closed

Binary File upload to a content type fails (Multi-part upload) #27047

Neehakethi opened this issue Dec 18, 2023 · 0 comments · Fixed by #27065
Assignees
Labels
LTS: Excluded Ticket that has been excluded from at least one LTS OKR : Customer Support Owned by Scott Priority : 2 High Release : 23.10.24 v1 Included in LTS patch release 23.10.24 v1 Team : Lunik Type : Defect

Comments

@Neehakethi
Copy link
Contributor

Parent Issue

No response

Problem Statement

Binary File upload to a content type fails (Multi-part upload)

While trying to upload a video/pdf file of size 100mb , 500 error is being thrown
Observation: This is happening with multi-part uploads.
There are no issues when trying to upload files of smaller sizes: 10mb

Steps to Reproduce

Login to demo site

  1. Create a test content type with a Binary field
  2. Try uploading a file to Binary field
  3. Prompts an error (Upload failed)

image
4. Error snippet
image
Error.txt
5. Sample files used for testing
Choose a sample file of 100 MB (Unable to upload sample files due to size issue)

Acceptance Criteria

File uploads should be successful

dotCMS Version

23.10.24

Proposed Objective

Core Features

Proposed Priority

Priority 2 - Important

External Links... Slack Conversations, Support Tickets, Figma Designs, etc.

https://dotcms.zendesk.com/agent/tickets/114555

Assumptions & Initiation Needs

No response

Quality Assurance Notes & Workarounds

No response

Sub-Tasks & Estimates

No response

erickgonzalez added a commit that referenced this issue Dec 19, 2023
@erickgonzalez erickgonzalez added the Release : 23.10.24 v1 Included in LTS patch release 23.10.24 v1 label Dec 19, 2023
jcastro-dotcms added a commit that referenced this issue Dec 19, 2023
github-merge-queue bot pushed a commit that referenced this issue Dec 20, 2023
…(Multi-part upload) (#27065)

* fix(file upload) #27047 : Binary File upload to a content type fails (Multi-part upload)

* Fixing TempAPI Postman Test.

* Implementing SonarQube feedback.
@erickgonzalez erickgonzalez added Next LTS Release LTS: Excluded Ticket that has been excluded from at least one LTS and removed Next LTS Release labels Dec 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS: Excluded Ticket that has been excluded from at least one LTS OKR : Customer Support Owned by Scott Priority : 2 High Release : 23.10.24 v1 Included in LTS patch release 23.10.24 v1 Team : Lunik Type : Defect
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants