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

[Bug]: Can't upload multimedia file when file format is binary #39109

Open
1 task done
sneha122 opened this issue Feb 7, 2025 · 1 comment
Open
1 task done

[Bug]: Can't upload multimedia file when file format is binary #39109

sneha122 opened this issue Feb 7, 2025 · 1 comment
Assignees
Labels
Bug Something isn't working Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets

Comments

@sneha122
Copy link
Contributor

sneha122 commented Feb 7, 2025

Is there an existing issue for this?

  • I have searched the existing issues

Description

When I have filepicker format selected as binary, I cannot upload multi media file using Content type octet stream.

Ref: https://theappsmith.slack.com/archives/C023V5Y0STH/p1738850785088819?thread_ts=1721925351.568059&cid=C023V5Y0STH

Steps To Reproduce

  1. Drag a file picker to canvas, set file format to binary
  2. Create a new API with dropbox upload file as URI, set all required headers and set body to binary with {{Filepicker1.files[0]}}
  3. Run the API
  4. Observe the uploaded file is corrupted if we try to upload image/pdf/video
Image

Public Sample App

No response

Environment

Production

Severity

Medium (Frustrating UX)

Issue video log

No response

Version

Cloud - v1.50

@sneha122 sneha122 added Bug Something isn't working Needs Triaging Needs attention from maintainers to triage labels Feb 7, 2025
@Nikhil-Nandagopal Nikhil-Nandagopal added Medium Issues that frustrate users due to poor UX Production labels Feb 7, 2025
@carinanfonseca carinanfonseca added the Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets label Feb 7, 2025
@NilanshBansal
Copy link
Contributor

Tried multiple backend solutions for handling binary data since the last 2 days but the file uploaded is still corrupted.
The next steps are:

  • Add the code for storing the pdf file from the client and server at different steps to figure out at what step the file is getting corrupted.
  • This will also help us figure out, if it is a client side parsing problem or server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Medium Issues that frustrate users due to poor UX Needs Triaging Needs attention from maintainers to triage Production Query & Widgets Pod All issues related to Query, JS, Eval, and Widgets
Projects
None yet
Development

No branches or pull requests

5 participants