Hacker News new | ask | show | jobs
by auditor_3d 851 days ago
I typically just run a

python3 -m http.server

command from a command line on whatever device I need to send from and then hit it on a webpage. You can run that on an iOS device even with something like Libterm

2 comments

I also use uploadserver[1] so I can upload from other devices without anything additional on the client.

1: https://pypi.org/project/uploadserver/

Amazing, what a lovely tip. Thanks!