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
This is frustrating for my use-case because I need to be able to upload tens of files: without this feature I have to make one request per file 😖
I believe requests supports this, it's just Uplink that doesn't...
Describe the bug
Cannot add multiple files with the same name within multipart request
To Reproduce
An example cURL that works for the api I'm working with is
So attachment needs to be a list of file like objects, converted to raw python requests this would be:
With uplink, this is not possible as far as I'm aware, requesting to support the following
Expected behavior
Allow uploading list of files not just one file
The text was updated successfully, but these errors were encountered: