When a mail compose is canceled, flush all uploads.
authorArt Cancro <ajc@citadel.org>
Sun, 19 Nov 2023 18:39:12 +0000 (13:39 -0500)
committerArt Cancro <ajc@citadel.org>
Sun, 19 Nov 2023 18:39:12 +0000 (13:39 -0500)
commitc0342d49133f1fff5057077e513cdf02f3123746
tree120a3ece29558261890bae8b7c73d715bae97a1c
parente63621af30f59da3b51dc7fad6580c64ccaf8d08
When a mail compose is canceled, flush all uploads.

Most of this was already in place.  We now just run through our upload
list and do an async DELETE operation for each one.
webcit-ng/static/js/upload.js