werpu / jsfs_js_ts

Apache License 2.0
2 stars 1 forks source link

test: tobago file upload #32

Closed henningn closed 1 year ago

henningn commented 1 year ago

With the RC34 the file upload doesn't work and leads to an "IllegalArgumentException: Last unit does not have enough valid bits". In the "network"-tab from the browser, you can see that every value in the form data is undefined. The RC33 version works as expected.

I've added a test for the file upload in Tobago to cover this issue.

werpu commented 1 year ago

Merged, was already fixed, but the more tests the merrier, and thanks to reporting this issue and providing the test!