You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
I couldn't figure out how to upload an image file to the server using the HTTP method with Tyrian. I couldn't find any code examples. Help me please to understand how to do this correctly.
Questions:
How can I correctly upload an image file to the server using the Tyrian?
Are there any limitations or peculiarities with Tyrian when transmitting files? (Currently, I'm concerned because I only saw the possibility of transmitting the following types of request body in the source code: html, json, xml, plainText)
If the functionality is not supported, are there plans to add support for file transmission in future versions of Tyrian?