Skip to content

WIP: Add a file upload method that uses XMLHttpRequest

Alf Eaton requested to merge file-upload-xhr into master

So that a file upload UI can show progress and be cancelled, use XMLHttpRequest to upload the file.

TODO: dispatch actions for progress change?

Merge request reports