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
I am trying out the formSerializer to remove the indexes when setting formdata following this approach. However it doesnt seem to remove the indexes. Am i doing something wrong?
Describe the issue
I am trying out the formSerializer to remove the indexes when setting formdata following this approach. However it doesnt seem to remove the indexes. Am i doing something wrong?
Example Code
axios.put(url, data, { headers: { "Content-Type": "multipart/form-data", }, formSerializer: { indexes: false, }, });
Expected behavior
To take out the index
despite adding this it seems it still keeps the index
Axios Version
1.4.0
Adapter Version
No response
Browser
No response
Browser Version
No response
Node.js Version
No response
OS
No response
Additional Library Versions
No response
Additional context/Screenshots
No response
The text was updated successfully, but these errors were encountered: