mirror of
https://github.com/langgenius/dify-docs.git
synced 2026-07-22 04:15:24 -04:00
文档问题: 我想让我的hhtp接口跟vlm一样能够接收图像文件,但是后端代码接收不到 #135
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @TAOSHss on GitHub (Jun 29, 2025).
问题描述
我想让我的hhtp接口跟vlm一样能够接收图像文件,但是后端代码接收不到,目前如果在hhtp节点想要接收文件信息,需要在节点中配置,BODY-form-data,然后我的fastapi后端代码,接收不到 目前;想要一个hhtp接收图像文件,然后 配合一个python后端 服务示例
页面链接
https://github.com/langgenius/dify-docs/blob/main/zh-hans/guides/workflow/node/http-request.mdx
建议修改