1
Multipart: Send multiple files quickly
Source: Kong/insomnia#3531 · opened by @EMokro
Is your feature request related to a problem? Please describe.
Sending multiple files is nice, but if we need to send hundreds or thousands of files it takes ages.
Describe the solution you'd like
Instead of selecting every single file by its own, I would like to select multiple files. Also it should be possible to rename all of them at once.
Describe alternatives you've considered
It could be easier to handle a multipart like one entry and attach an array of files to it.
{ "name": "file", "file": [] }
Additional context
Of course it's easy to write a quick script, that does this for you, but I'd love to handle all Http requests inside one environment.
Sending multiple files is nice, but if we need to send hundreds or thousands of files it takes ages.
Describe the solution you'd like
Instead of selecting every single file by its own, I would like to select multiple files. Also it should be possible to rename all of them at once.
Describe alternatives you've considered
It could be easier to handle a multipart like one entry and attach an array of files to it.
{ "name": "file", "file": [] }
Additional context
Of course it's easy to write a quick script, that does this for you, but I'd love to handle all Http requests inside one environment.
No pledges yet. Be the first to back this.
Comments
Similar requests
Inso CLI does not support multipart form structure in requests
3 votes · 0 comments
Support multipart/mixed requests
2 votes · 0 comments
Allow usage of dynamic values in Multipart Form
1 vote · 0 comments
[Feature request] Select multiple Multipart files in one parameter
4 votes · 0 comments
Add better support for file uploads to graphQL
8 votes · 0 comments
No comments yet.