Replies: 1 comment
-
Ideally this should be the case. You should be able to access the file as |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the section Multipart Requests of documentation HTTP test, you can send multiple files using attach method and catch these files in controller using request.files() (request.file() gives me null) but in my real world app Im sending just one file over the internet and catching it in request.file(). There is no information about plural form request.files().
Is there any possibility to mock http client and attach single file ?
Beta Was this translation helpful? Give feedback.
All reactions