Closed BehindTheMath closed 6 years ago
I think you'll also need to update your TypeScript definitions as part of this, is that correct?
I think you'll also need to update your TypeScript definitions as part of this, is that correct?
Good point.
It's great to have a second pair of eyes on it. There's always something that I miss. So thanks for that.
Nice one on getting this feature in there, I think it's probably time we pushed out a new version now!
I'm going to start working on that.
Great, let me know if there's anything I can do to help.
If the form's
enctype
attribute is set tomultipart/form-data
, useFormData
to encode the form's elements.Fixes #132.