mozilla / build-tooltool

A tool for fetching binary artifacts for builds and tests
5 stars 16 forks source link

Build a UI to upload files #7

Closed djmitche closed 9 years ago

djmitche commented 9 years ago

A JS frontend can do all of the things required to upload a file -- read local files, calculate their sha512 hash, get an upload URL, and PUT to that URL. We should allow users to upload via the UI using those techniques.

djmitche commented 9 years ago

This issue was moved to mozilla/build-relengapi#237