justpy-org / justpy

An object oriented high-level Python Web Framework that requires no frontend programming
https://justpy.io
Apache License 2.0
1.22k stars 96 forks source link

it fails to upload files when there are multiple file input fields (patch attached) #396

Closed freemant2000 closed 2 years ago

freemant2000 commented 2 years ago

The code didn't consider the case when there are multiple file input fields. I have fixed it and it seems to work fine. Please find it attached.

Thanks for making this great framework! html_component.js.zip

freemant2000 commented 2 years ago

Fixed as pull request #401 has been merged.