werpu / jsfs_js_ts

Apache License 2.0
2 stars 1 forks source link

form submit broken #14

Closed werpu closed 3 years ago

werpu commented 3 years ago

as it seems the encoding part for the forms was/is nevere triggered, because only the encodeUriComponent part is passed!

werpu commented 3 years ago

adding unit test infras as it turns out there was no unit test in the multipart area, this needs to be fixed as well. No functionality in the new code without test

werpu commented 3 years ago

Preliminary file upload support pushed... I will add additional tests

werpu commented 3 years ago

ok added additional tests for the normal submit, a submit with a file input execute and a full submit.. all of them behave now as expected. The rest of the tests pass as well. I guess this is fixed now.