appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
33.82k stars 3.64k forks source link

[Bug]: The filepicker widgets selects multiple files and then removes one of them, causing the final content of all file.data to be abnormal. #31411

Closed gzlinzihong closed 6 months ago

gzlinzihong commented 6 months ago

Is there an existing issue for this?

Description

  1. When using filepicker widgets to select multiple files and then remove one of them, all file.data contents are abnormal in the end. image image

Steps To Reproduce

  1. Select multiple files
  2. Delete one of the files
  3. View filePicker1.data

Public Sample App

No response

Environment

Production

Issue video log

No response

Version

Cloud And self hosted,latest version

Nikhil-Nandagopal commented 6 months ago

@gzlinzihong this is a duplicate of #29605 so I'll close it in favor of that

gzlinzihong commented 6 months ago

@Nikhil-Nandagopal And the second point。The MULTIPART_FORM_DATA type in the body of the restapi plugin, when passing text type parameters, including Chinese, Japanese, etc., is garbled

Based on the above two questions, I have solved them on self hosted. I'm not sure if it's possible to raise a PR to see if it works