mbhall88 / masters_project

0 stars 0 forks source link

Update the progress bar for URL upload #8

Closed mbhall88 closed 7 years ago

mbhall88 commented 7 years ago

When uploading via URL, update the progress bar.

mbhall88 commented 7 years ago

This is difficult to do at the moment because when the file is large and it is chunked, you get back multiple progress bars...

mbhall88 commented 7 years ago

In order to be able to do this I had to changed the URL file upload form to open a websocket so that progress information could be passed back from curl to the client as I couldn't figure out any other way of sending it to the client.