-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Problem
As @SebinSong mentions here, the current approach to uploading files uses fetch, and this prevents apps from being able to display a progress bar for file uploads.
Solution
Rewrite to use XMLHttpRequest and update the API to support reporting upload progress.
Also give the ability to interrupt the file upload and cancel it via user action.
Consider doing the same for the corresponding fileDownload API.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed