summaryrefslogtreecommitdiff
path: root/upload-svr.go
AgeCommit message (Collapse)AuthorFilesLines
2019-09-10upload-svr.go: fix panic with long filenamesPeter Wu1-1/+3
2019-05-04upload-svr.go: a modern temporary file serverPeter Wu1-0/+450
The previous tmp-upload script required PHP which is not always available. It also did not support TLS. This new version supports that and should be in a better position to handle large files as well. Created at 2019-03-31.