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
Notice how the `"Content-Type"` in the return header is different now; it's `"multipart/form-data"` as opposed to `"x-www-form-urlencoded"`. This facilitates larger and more generic data uploads with POST.
206
206
207
-
Uploading a file or files using `Muitipart` sets the uploaded `"filename"` to it's path name by default.
207
+
Uploading a file or files using `Multipart` sets the uploaded `"filename"` to its path name by default.
208
208
To change this, you can override the `"filename"` for the uploaded file:
0 commit comments