upload.js: moved these functions into own file.
authorArt Cancro <ajc@citadel.org>
Sat, 30 Sep 2023 04:47:08 +0000 (00:47 -0400)
committerArt Cancro <ajc@citadel.org>
Sat, 30 Sep 2023 04:47:08 +0000 (00:47 -0400)
commit8858ddf43c9c285a6afed91e2fc89804893009b2
tree5847a188b895c23712bf3fc80f603aa689043a88
parent0303960b906e9baee16cdfe078d8fcd6a019e402
upload.js: moved these functions into own file.

Good clean separation of functions.
This should allow us to handle uploads in lots of different places
in the system.
webcit-ng/static/css/webcit.css
webcit-ng/static/index.html
webcit-ng/static/js/upload.js [new file with mode: 0644]
webcit-ng/static/js/view_mail.js