feat(storage): add websocket upload support #39
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to support multipart uploads in a transparent manner, adding websocket support allows for continuous upload progress reporting. Only with that feature can we really enable proper large file support.
For the front-end, I am thinking of having something like the torrent transfer indication as in Transmission:
But that is beside the point here ;)