Closed vanimesh closed 8 months ago
The API works fine when i test it via postman, but when i use the same in grafana with file upload feature i get the above said error
Any help pls ?
Duplicated by #252
I think this is different than #252, or perhaps I have missed something in both issues that has already been solved.
Here is my setup
And here is the message as captured in chrome
and the payload
And then in my python flask API, it does not detect it as a form or file. Although the data is present, it is not in an easy or standard format to read.
The issue looks to be that the "boundary" is not included in the Content-type, as described here.
Were you able to solve this then ??
@vanimesh, no I did not find a solution. Thanks @mikhail-vl for re-opening this.
@fgnn We appreciate your questions and working on an article and updating documentation to highlight latest updates.
Hi @asimonok , thank you for working upon the request. Any idea when we could have this fix released ?
@vanimesh PR is merged. You can try the updated version from CI artifacts.
Updated to 3.7.0 and confirmed it works now. Thanks!
@fgnn Thank you for confirming.
Please let us know if there is anything else.
Yess it works fine for me too. Thank you very much
Getting Missing boundary in multipart/form-data error in logs while uploading the files.