Just made a http server handling only file uploading. Want to add a feature to the http server sharing the file on Get request by a http client.
I have no idea how to show the file to clients. So a client can see it using http://127.0.0.1/filename.avi
In summary
A http client is uploading a file to a http server.
A http client is watching the file through the http server