Using multipart, file is in the form part of the payload and not the files part

Bug
Hi,
I use version 2024.4.2 and I need to send file using Multipart request. In my API, I receive the file in the form part of the request and not in the files part.

Hi,
I use version 2024.4.2 and I need to send file using Multipart request. In my API, I receive the file in the form part of the request and not in the files part.
Sign in to leave a comment.
Just confirmed and fixed in my dev branch. Will be out in the next release, Monday or Tuesday!
Jonathan Gallon I just released 2024.5.0-beta.1 which includes this fix. You can try it out if you'd like by changing the update channel in settings.
As a workaround, you can set the content type manually and it will force it to be a file
https://yaak.app/changelog/2024.5.0-beta.1
Hi,
Thank you :-)
I'm going to try this version