-
Notifications
You must be signed in to change notification settings - Fork 41
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
Using a Blob as a String - Multidata form #315
Comments
Maybe it has something to do with this: |
@jugarpeupv Kulala tried to replace variables in variables (as your PNG contains {{ }} parts) please use the redirection command to send files as long we don’t refactor the variable handling See discussion at |
@Grueslayer i was just checking it out, it works with redirection, thank you for your quick response |
@Grueslayer @gorillamoe using redirection does not really work, at first i thought it worked, but the content of the file is not properly sent. For example, with this petition i am trying to upload a 34mb .mp4 file and with kulala the file content is not sent correctly, however if i run the same petition with vscode rest client, it works POST http://localhost:8000/api/convert ------WebKitFormBoundary01 < /Users/jgarcia/Documents/programacion/test-neovim.mp4 ------WebKitFormBoundary01-- |
Have you tried this? |
@gorillamoe yes, but it does not work. I also tried to use file-to-variable but it does not work Only when i run it with vscode rest client works |
I think that this it not as trivial as I thought. It might need some bigger refactoring on how we deal with redirection and how we build the curl command then. I think the problem is that the parser tries to read the whole file instead of "just" adding it to the curl command as external file, or maybe I'm wrong. Would love to hear @Grueslayer 's thoughts on that. |
Hey, thanks for this wonderful, i have a problem when i run a request like this one:
I get this error:
And also the binary data is printed in the neovim screen
The text was updated successfully, but these errors were encountered: