Replies: 1 comment 1 reply
-
@JOU-amjs any thoughts on how to do this? I've tried every option by setting the header and appending the boundary with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
FormData()
to upload files. UsingaxiosRequestAdapter
as therequestAdapter
works fine (following the example https://alova.js.org/tutorial/extension/alova-adapter-axios/#upload) but the whole point of me porting my code fromaxios
toalova
was not to useaxios
and save on space as the library states "4kb+, only 30% of axios+".Is there a way to upload multi-part files using the
xhrRequestAdapter
as well?Beta Was this translation helpful? Give feedback.
All reactions