feat(upload): direct plain-text upload #46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "text-upload"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Uses a bit of javascript to simulate the user attaching a text file with
given name and contents. Alternative would be to substantially alter
cmd/once-server/upload.goto allow an alternate form body withdifferent field names to be used. Tested locally and checked against caniuse.
Closes IUS#2025090917000014 :-)