Closed chrisdostert closed 7 years ago
The problem with resumable downloads is that the browser would need access to the filesystem. Which I believe is not possible due to security concerns.
We had this discussion previously and came to the conclusion that tus (currently) focuses on providing a solution for upload and not download content. You can read more in a previous discussion, such as #74.
@ronag: The problem with resumable downloads is that the browser would need access to the filesystem. Which I believe is not possible due to security concerns.
That would not be a real concern as the tus protocol is not limited to a browser environment.
I've got an API that must support both the uploading and downloading of large files.
Has there been any discussion about creating a resumable-download-protocol? Could build on those concepts already established by the resumable-upload-protocol.