jfyne / live

Live views and components for golang
https://discord.gg/TuMNaXJMUG
MIT License
655 stars 27 forks source link

feat: Uploads using websocket instead of post. #52

Open jfyne opened 2 years ago

jfyne commented 2 years ago

Change to using the websocket to upload instead of POST. This will allow us to have a cancel button.