When retrieving files using the HTTP component, the file name is incorrect, including custom plugins.

#24036

Issue Details

12 days ago
No assignee
🐞 bugoutdated
midfzzmidfzz
opened 12 days ago
Author

Self Checks

  • I have read the Contributing Guide and Language Policy.
  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report, otherwise it will be closed.
  • 【中文用户 & Non English User】请使用英语提交,否则会被关闭 :)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.2.0

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Files received by my dify http component are being renamed to UUIDs. How can I avoid this issue? sys.files displays the file names normally. There should be a solution, but I'd like to know how to display the original file names. I've tried using a custom plugin to retrieve files, but I still get the UUID file names.

Image

✔️ Expected Behavior

Image The two files have the same file name.

❌ Actual Behavior

No response