sliproad/assets/web
Gabriel Simmer d86ed1233f
Implemented uploading for Backblaze & Disk (v1)
Implemented file uploading for both the disk and Backblaze providers.
Also implements a UI element and frontend logic for doing so from the
frontend.

Disk will write directly to disk, while the Backblaze provider will
attempt to stream the file from memory directly to the POST body. This
could introduce some problems down the line, so caching to disk then
uploading in the background may need to be implemented. It also
performs the final upload using a goroutine so the end client can
continue on it's merry way.

Backblaze proved a bit tricky to do, and considering switching to using
a library for managing Backblaze going forward.
2020-03-30 20:51:26 +01:00
..
css Implemented uploading for Backblaze & Disk (v1) 2020-03-30 20:51:26 +01:00
javascript Implemented uploading for Backblaze & Disk (v1) 2020-03-30 20:51:26 +01:00
index.html Implement new frontend, "/" at end of provider. 2020-03-22 00:18:19 +00:00