-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
HTTP Post form-data does not work with file (Could not parse multipart form) #10694
Comments
I found two similar discussions that might be relevant to your issue:
For your specific issue, ensure that the
Make sure that the file is being correctly attached in the form-data and that the server expects the file under the correct parameter name. If the issue persists, reviewing the discussions linked above might provide additional context or solutions. |
This pull request #10695 can resolve part of you problems, but it still does not fix current behavior. |
Can you specify 'part of my problem'? |
You can use this new tool to get the transcriptions from the OpenAI instead of using the HTTP Node. |
Ok thanks. I guess this will be released with the next release? |
Self Checks
Dify version
0.11.1
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
✔️ Expected Behavior
Correct parsing of multipart form. Adding Content-Disposition file to form-data.
❌ Actual Behavior
Form-data is not correctly parsed. Content-Disposition data 'file' is missing.
The text was updated successfully, but these errors were encountered: