Closed mrijke closed 3 years ago
Calculate the size of a FormData request properly by looping over all the fields and taking either the size (in case of a File object) or length (in case of a string field). This fixes #303.
Thanks!
Calculate the size of a FormData request properly by looping over all the fields and taking either the size (in case of a File object) or length (in case of a string field). This fixes #303.